* [components,maps][l]: implements Leaflet map component -- #963 * [openspending, maps][m]: fix build for leaflet map * Feature/openlayers map (#967) * [maps][xl] - working with swc equals to minify * [maps][xs] - fixing height * [openspending][xs] - testing * [openspending][xs] - testing * [openspending][xs] - change order drd * [openspending][xs] - add map * [maps,tests][xs]: add default export to OpenLayers component * [@portaljs/components][m] - map components --------- Co-authored-by: João Demenech <joaommdemenech@gmail.com>
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