Collection of ReactJS components
This repository is made to learn how to build React component and also how to publish a ReactJS package to NPM
yarn add rccpImport css file into your App.tsx
import 'rccp/dist/style.css'- LazyImage: lazy load image with fade animation
- ToolTip
- InputRange
If you would like to learn how to build a React component, this repository may help.
First, clone this repository. Then install dependencies
yarn installThen, run storybook to preview components
yarn run storybook- ReactJS
- Less
- Storybook
Enjoy yourself !