Files
mapcn/registry.json
Anmoldeep Singh a4f066d90e init project
2025-12-28 16:31:33 +05:30

33 lines
888 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "mapcn",
"homepage": "https://github.com/anmoldeepsingh/mapcn",
"items": [
{
"name": "map",
"type": "registry:ui",
"title": "Map",
"description": "A MapLibre-powered map component with markers, popups, tooltips, routes, and controls.",
"dependencies": ["maplibre-gl", "next-themes", "lucide-react"],
"registryDependencies": [],
"files": [
{
"path": "src/registry/map.tsx",
"type": "registry:ui",
"target": "components/ui/map.tsx"
}
],
"css": {
"@layer base": {
".maplibregl-popup-content": {
"@apply bg-transparent! shadow-none! p-0! rounded-none!": {}
},
".maplibregl-popup-tip": {
"@apply hidden!": {}
}
}
}
}
]
}