rccp
v0.0.3
Published
Collection of ReactJS components
Readme
RCCP - react components
Collection of ReactJS components
Motivation
This repository is made to learn how to build React component and also how to publish a ReactJS package to NPM
Usage
Install
yarn add rccpImport css file into your App.tsx
import 'rccp/dist/style.css'Available Components
- LazyImage: lazy load image with fade animation
- ToolTip
- InputRange
Development
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 storybookDependencies
- ReactJS
- Less
- Storybook
Enjoy yourself !
