..
2024-01-24 20:22:57 +00:00
2024-01-24 20:22:57 +00:00
2023-07-13 13:02:37 -03:00
2023-07-12 14:50:30 -03:00

PortalJS React Components

Storybook: https://storybook.portaljs.org
Docs: https://portaljs.org/docs

Usage

To install this package on your project:

npm i @portaljs/components

Note: React 18 is required.

You'll also have to import the styles CSS file in your project:

//  E.g.: Next.js => pages/_app.tsx
import '@portaljs/components/styles.css'

Dev

Use Storybook to work on components by running:

npm run storybook