haiku-ui-common
v3.1.32
Published
Common UI components for Haiku projects.
Readme
ui-common
Common UI components for Haiku projects.
Setup
After cloning the repo:
$ yarn install
$ yarn global add @storybook/cliThen develop with:
$ yarn developTests
Run the tests with:
$ yarn testLinting
Lint with:
$ yarn lintAutofix lint errors with:
$ yarn fix