A ReactJs component library
npm install @ynetic/particle
!Build Status
!Codecov






- react – ReactJs
- typescript – For type safety
- vite – Provides the frontend tooling
- rollup – The JavaScript module bundler
- @emotion/styled – For writing css styles with JavaScript
- framer-motion – A motion library for React
- @storybook – For building the components in isolation and for documentation
- semantic-release – Automates the whole package release workflow
- prettier – code formatter
Run yarn command to install the package dependencies
Run yarn build to build the package.
Run yarn storybook to develop components in isolation using storybook.
Run yarn build-storybook to see generate a static website code.
Follows the conventional commit specifications
MIT