haiku-ui-common
v3.1.32
Published
Common UI components for Haiku projects.
Downloads
14
Readme
ui-common
Common UI components for Haiku projects.
Setup
After cloning the repo:
$ yarn install
$ yarn global add @storybook/cli
Then develop with:
$ yarn develop
Tests
Run the tests with:
$ yarn test
Linting
Lint with:
$ yarn lint
Autofix lint errors with:
$ yarn fix