0.0.6 • Published 3 years ago
sunnyenergy-react-design-lib v0.0.6
React Design Library
Design Library for React Components
🚀 Quick Links
- Explore on StoryBook
- Explore the Chromatic Library
- NPM (TODO)
✨ Features
TypeScript Support
- The library is designed to make use of strict typing using
TypeScript.
Testing
Uses
JestandReact Testing Libraryfor writing unit tests.yarn test
Linting & Formatting
Preconfigured with
ESLintfor code checking andPrettierfor code beautification.yarn lintyarn format
Build
Uses
Rollupfor building the library as a module along with the type filesyarn build
Documentation / Visual Testing
Uses
StoryBookto write custom documentation as well as components documentation and ship the library with accessibility addons to test out the components.yarn build:storybookyarn storybook
NPM Release
Support for publishing to
NPMadded.yarn release
CI / CD
- build (gh-action) builds the module after lint and tests pass on every pull request and push to main branches.
- chromatic (gh-action) builds and deploys the storybook bundle to chromatic and review visual diffs on user pull request and push to main branches.