Revert "[@portaljs/components][xl] - @portaljs/ckan package"

This reverts commit 91c76c213c.
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-23 14:45:16 -03:00
parent 91c76c213c
commit eac0a22aa8
70 changed files with 1 additions and 26359 deletions

View File

@@ -1,29 +0,0 @@
# PortalJS React Components
**Storybook:** https://storybook.portaljs.org
**Docs**: https://portaljs.org/docs
## Usage
To install this package on your project:
```bash
npm i @portaljs/components
```
> Note: React 18 is required.
You'll also have to import the styles CSS file in your project:
```ts
// E.g.: Next.js => pages/_app.tsx
import '@portaljs/components/styles.css'
```
## Dev
Use Storybook to work on components by running:
```bash
npm run storybook
```