1.0.5 • Published 4 years ago
pikaponents v1.0.5
Pikaponents
A React Component Library written with Node, React, TypeScript, Rollup and Storybook

Running the project
yarnyarn build-storybookyarn storybook
Publishing
yarn build
npm publish
Installing a component within another project
yarn add pikaponents- Import the desired component. For example:
import { Header } from 'pikaponents'