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
yarn
yarn build-storybook
yarn 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'