segmented-button
v1.0.8
Published
The SegmentedButton is a small, segmented button component
Downloads
17
Readme
SegmentedButton
The SegmentedButton is a small, segmented button component
Try on with storybook documentation here
Usage
Read here
Development Run
This repository use storybook as a documentation and a development environment. Run following command:
npm run storybook
The storybook documentation run at http://localhost:6006/
Run eslint
npm run lint
Or
npm run lint:fix
to fix some minor issues while running eslint check
Run unittests
npm run test
Or
npm run test:coverage
to see coverage report (open index.html file in coverage folder)
Run build
npm run build
