@antv/aimapui
v0.3.1
Published
Schema/DSL-driven React map visualization component library powered by L7
Readme
@antv/aimapui
Schema/DSL-driven React map visualization component library powered by L7.
Features
- Schema/DSL Driven — Declarative map configuration with JSON schema
- React Components — Ready-to-use React map visualization components
- Powered by L7 — Built on top of AntV L7 for high-performance rendering
- TailwindCSS — Modern styling with Tailwind v4
Install
npm install @antv/aimapui
# or
pnpm add @antv/aimapuiUsage
import { AiMap } from '@antv/aimapui';
import '@antv/aimapui/style.css';
function App() {
return <AiMap schema={mapSchema} />;
}CLI (shadcn/ui style)
npx @antv/aimapui-cli add <component>