378 B

components package

See live: https://storybook.portaljs.org

Dev

Use Storybook to work on components by running:

yarn storybook

Build

To build this project, run:

yarn build

Install

TODO: command to install the package

Next.js

Add this line at the start of _app.tsx:

//  pages/_app.tsx
import "dist/styles.css";