João Demenech d798f402f6
Leaflet Map: multiple layers (#969)
* [components,maps][l]: leaflet map now supports multiple layers and tooltip props setting

* Remove unused var

* Update vite.config.ts

---------

Co-authored-by: Luccas Mateus <Luccasmmg@gmail.com>
2023-07-10 09:55:37 -03:00
..
2023-07-10 09:55:37 -03:00
2023-06-20 20:32:15 +00: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