Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 941 Bytes

File metadata and controls

41 lines (27 loc) · 941 Bytes

solid-simple-maps

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.

Features

  • 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.

Installation

Using bun:

bun install solid-simple-maps

Using npm:

npm install solid-simple-maps

Docs

https://solid-simple-maps.luggapugga.dev

Example

https://solid-simple-maps-example.luggapugga.dev