Skip to content

Latest commit

 

History

History

README.md

@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/aimapui

Usage

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>

License

MIT