react-example-lib
v0.6.0
Published
The React Example Lib is a lib that provides reusable React components.
Readme
React Example Lib (in development)
The React Example Lib is a lib that provides reusable React components.
Installation
yarn add react-example-libnpm install react-example-libStorybook
The lib components are presented in storybook.
Import components
Example component:
import { Tag } from "react-example-lib"