mirror of
https://github.com/AnmolSaini16/mapcn
synced 2026-04-25 16:14:54 +02:00
33 lines
888 B
JSON
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!": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|