dependabot[bot] 0a1ede10e8
Bump d3-color and vega in /packages/components
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [vega](https://github.com/vega/vega). These dependencies need to be updated together.


Updates `d3-color` from 2.0.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](https://github.com/d3/d3-color/compare/v2.0.0...v3.1.0)

Updates `vega` from 5.20.2 to 5.25.0
- [Release notes](https://github.com/vega/vega/releases)
- [Commits](https://github.com/vega/vega/compare/v5.20.2...v5.25.0)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: vega
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-06 04:35:59 +00:00
..
2023-05-02 17:31:48 -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