rjs-components
v0.16.3
Published
The RJS components is a lib that provides reusable React components, divided in:
Readme
RJS components (in development)
The RJS components is a lib that provides reusable React components, divided in:
- Base components: general base components (in development)
- Structure components: components that will englobe base components to create rjs components (future development)
- Rjs components: more complex components created by composition of base components (future development)
Installation
yarn add rjs-componentsnpm install rjs-componentsStorybook
The lib components are presented in storybook.
Import components
Example base component:
import { Button } from "rjs-components"