fr8-spinner
v0.0.3
Published
Fr8 spinner React component
Downloads
2
Readme
fr8-spinner
Fr8 spinner React component
Usage:
or see storybook inside library project
Development
Install dependencies
yarn
Config Storybook/CLI localy
npm i -g @storybook/cli
cd <path to repository>/fr8-spinner
getstorybook
Start Storybook:
yarn storybook
Build Storybook:
yarn build-storybook
Build for staging/production:
yarn build
or build with watching for changes:
yarn build:watch
Lint:
yarn lint
or lint with watching for changes:
yarn lint:watch
Publish:
yarn publish