Schema/DSL-driven React map visualization component library powered by L7.
- 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
npm install @antv/aimapui
# or
pnpm add @antv/aimapuiimport { AiMap } from '@antv/aimapui';
import '@antv/aimapui/style.css';
function App() {
return <AiMap schema={mapSchema} />;
}npx @antv/aimapui-cli add <component>