@beachfront/ui
v5.14.4
Published
Beachfront UI design system and component library
Downloads
129
Maintainers
Keywords
Readme
beachfront-ui
Beachfront UI design system and component library.
Installation
npm install @beachfront/ui styled-components
Usage
import { Input, Button } from "@beachfront/ui";
Development
Run npm install
to install dependencies.
Run npx husky install
to install git hooks.
Run npm start
to launch storybook.
Linting
Run npm run lint
to run the linter.
Testing
Run npm test
to run the unit tests.
Releases
See CONTRIBUTING.md for commit guidelines.
- Merge
develop
branch intomaster
. - Push
master
branch. This will trigger pipelines on Bitbucket and release a new version if there are commits prefixed withfeat
orfix
. - Pull
master
branch once the pipelines process completes. There should be a commit for a version bump if a release was triggered. - Merge
master
branch intodevelop
. - A new package version should be available on npm. https://www.npmjs.com/package/@beachfront/ui