github-actions[bot] 1769b1ee0b Version Packages
2025-01-22 15:26:42 +00:00
..
2024-06-18 22:37:20 -01:00
2025-01-22 15:26:42 +00:00
2025-01-22 15:26:42 +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.com/opensource

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