A type-safe, SolidJS-first port of
zcreativelabs/react-simple-maps.
solid-simple-maps brings the simplicity and mental model of react-simple-maps
to the Solid ecosystem, with strong TypeScript support and idiomatic Solid
patterns.
- SolidJS-native API with fine-grained reactivity
- Fully typed components and props for a smooth TypeScript experience
- Familiar primitives inspired by
react-simple-maps - SVG-based rendering, easy to style and integrate
- Designed to be straightforward to learn and adopt
If you are comfortable with react-simple-maps, you will feel at home with
solid-simple-maps.
Using bun:
bun install solid-simple-mapsUsing npm:
npm install solid-simple-maps