@safe-traveler/react-component-lib
v0.0.59
Published
Safe Travelers' React component library for the webapp.
Downloads
19
Keywords
Readme
Safe Travelers React Component Library
Safe Travelers' React component library for the webapp.
Explore components
How to contribute
- Run
npm i
- Run
npm run storybook
to preview components - Add or modify component under /src/comopnent/[component name]
- Add or modify corresponding story under /src/stories
How to publish
- Make sure
npm run build
works locally - Update the version number in package.json
- Make a commit and push to Github
- The commit will be automatically built and published