@popsure/dirty-swan
v0.55.3
Published
Dirty Swan UI is the Design system used at [Feather Insurance](https://feather-insurance.com/)
Downloads
2,514
Keywords
Readme
DirtySwan UI
Dirty Swan UI is the Design system used at Feather Insurance
Installation & Usage
See our official website for installation and usage dirtyswan.design
Preview
Start the development server using
yarn storybook
This will start storybook at http://localhost:9009/
.
Contributing
Releasing a new version
- Create a tag with the correct version number that follow the Semantic Versioning standard (e.g. `git tag v27.0.0)
- Use the "Draft a new release" on GitHub and write down some release notes containing "what's updated", "breaking change" (if any) and "Migration from previous version" (if any)
GitHub Action will then automatically pick it up from there and release the new version for you.
Adding new icons
- Add the new SVG file to `src/lib/components/icon/assets/
- Run
yarn generate-icons
This will auto-generate all the typing, exports and typescript/component files.