MCPcopy Create free account

hub / github.com/AnmolSaini16/mapcn / functions

Functions325 in github.com/AnmolSaini16/mapcn

FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
src/components/ui/command.tsx:32
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:104
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:116
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:66
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:145
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:88
FunctionCommandSearch
({ className }: { className?: string })
src/components/command-search.tsx:26
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:132
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:161
FunctionCompassButton
({ onClick }: { onClick: () => void })
src/registry/map.tsx:954
FunctionComponentPreview
({ children, code, className, }: ComponentPreviewProps)
src/app/(main)/docs/_components/component-preview.tsx:10
FunctionComponentPreviewClient
({ children, code, highlightedCode, className, }: ComponentPreviewClientProps)
src/app/(main)/docs/_components/component-preview-client.tsx:16
FunctionControlButton
({ onClick, label, children, disabled = false, }: { onClick: () => void; label: string; children
src/registry/map.tsx:816
FunctionControlGroup
({ children }: { children: React.ReactNode })
src/registry/map.tsx:808
FunctionControlledMapExample
()
src/app/(main)/docs/_components/examples/controlled-map-example.tsx:6
FunctionControlsPage
()
src/app/(main)/docs/controls/page.tsx:11
FunctionCustomLayer
()
src/app/(main)/docs/_components/examples/custom-layer-example.tsx:46
FunctionCustomLayerExample
()
src/app/(main)/docs/_components/examples/custom-layer-example.tsx:165
FunctionCustomStyleExample
()
src/app/(main)/docs/_components/examples/custom-style-example.tsx:14
FunctionDefaultLoader
()
src/registry/map.tsx:197
FunctionDefaultMarkerIcon
()
src/registry/map.tsx:592
FunctionDeliveryExample
()
src/app/(main)/(home)/_components/examples/delivery-example.tsx:87
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
src/components/ui/dialog.tsx:28
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
src/components/ui/dialog.tsx:50
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
src/components/ui/dialog.tsx:134
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
src/components/ui/dialog.tsx:94
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:84
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
src/components/ui/dialog.tsx:34
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
src/components/ui/dialog.tsx:22
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
src/components/ui/dialog.tsx:121
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
src/components/ui/dialog.tsx:16
FunctionDocsCode
({ children, className, }: { children: React.ReactNode; className?: string; })
src/app/(main)/docs/_components/docs.tsx:166
FunctionDocsLayout
({ children, }: { children: React.ReactNode; })
src/app/(main)/docs/layout.tsx:4
FunctionDocsLayout
({ title, description, children, prev, next, toc = [], }: DocsLayoutProps)
src/app/(main)/docs/_components/docs.tsx:56
FunctionDocsLink
({ href, children, external }: DocsLinkProps)
src/app/(main)/docs/_components/docs.tsx:152
FunctionDocsNote
({ children }: DocsNoteProps)
src/app/(main)/docs/_components/docs.tsx:137
FunctionDocsPropTable
({ props }: DocsPropTableProps)
src/app/(main)/docs/_components/docs.tsx:195
FunctionDocsSection
({ title, children }: DocsSectionProps)
src/app/(main)/docs/_components/docs.tsx:116
FunctionDocsSidebar
()
src/app/(main)/docs/_components/docs-sidebar.tsx:19
FunctionDocsTitle
({ title, description }: DocsTitleProps)
src/app/(main)/docs/_components/docs.tsx:33
FunctionDocsToc
({ items, className }: DocsTocProps)
src/app/(main)/docs/_components/docs-toc.tsx:51
FunctionDraggableMarkerExample
()
src/app/(main)/docs/_components/examples/draggable-marker-example.tsx:7
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
src/components/ui/dropdown-menu.tsx:26
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
src/components/ui/dropdown-menu.tsx:46
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
src/components/ui/dropdown-menu.tsx:69
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
src/components/ui/dropdown-menu.tsx:102
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
src/components/ui/dropdown-menu.tsx:113
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
src/components/ui/dropdown-menu.tsx:89
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
src/components/ui/dropdown-menu.tsx:15
FunctionEVChargingExample
()
src/app/(main)/(home)/_components/examples/ev-charging-example.tsx:118
FunctionEdgeNodeMarker
({ node }: EdgeNodeMarkerProps)
src/registry/blocks/uptime-monitor/components/edge-node-marker.tsx:11
FunctionExampleCard
({ className, stagger = 5, children, }: ExampleCardProps)
src/app/(main)/(home)/_components/examples/example-card.tsx:12
FunctionExamplesGrid
()
src/app/(main)/(home)/_components/examples-grid.tsx:10
FunctionFileTreeSidebar
()
src/app/(main)/blocks/_components/block-viewer-code.tsx:106
FunctionFilterSidebar
({ hubs, routes }: FilterSidebarProps)
src/registry/blocks/logistics-network/components/filter-sidebar.tsx:32
FunctionFlyToExample
()
src/app/(main)/(home)/_components/examples/flyto-example.tsx:16
FunctionFlyToSelected
({ store }: { store?: Store })
src/registry/blocks/store-locator/components/locator-map.tsx:27
FunctionFooter
({ className }: { className?: string })
src/components/footer.tsx:34
FunctionGET
()
src/app/llms.txt/route.ts:8
FunctionGET
( _req: NextRequest, { params }: { params: Promise<{ slug?: string[] }> }, )
src/app/(main)/llm/[[...slug]]/route.ts:15
FunctionGeoJSONExample
()
src/app/(main)/docs/_components/examples/geojson-example.tsx:4
FunctionGeoJSONPage
()
src/app/(main)/docs/geojson/page.tsx:12
FunctionGitHubButton
({ withCount = true }: { withCount?: boolean })
src/components/github-button.tsx:6
FunctionGlobeHeatmapLayers
()
src/registry/blocks/heatmap/page.tsx:26
FunctionHeader
({ className }: { className?: string })
src/components/header.tsx:10
FunctionIframePreview
({ src, title }: IframePreviewProps)
src/app/(main)/blocks/_components/iframe-preview.tsx:8
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionInstallCommand
({ name }: InstallCommandProps)
src/app/(main)/docs/_components/install-command.tsx:21
FunctionInstallationPage
()
src/app/(main)/docs/installation/page.tsx:31
FunctionInteractiveArcExample
()
src/app/(main)/docs/_components/examples/interactive-arc-example.tsx:99
FunctionIntroductionPage
()
src/app/(main)/docs/page.tsx:44
FunctionKbd
({ className, ...props }: React.ComponentProps<"kbd">)
src/components/ui/kbd.tsx:3
FunctionKbdGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/kbd.tsx:18
FunctionLayerMarkersExample
()
src/app/(main)/docs/_components/examples/layer-markers-example.tsx:147
FunctionLocatorMap
({ stores, selectedId, onSelect, onClearSelection, center, }: LocatorMapProps)
src/registry/blocks/store-locator/components/locator-map.tsx:58
FunctionLogo
({ className, onClick, isLink = true }: LogoProps)
src/components/logo.tsx:11
FunctionMainLayout
({ children, }: { children: React.ReactNode; })
src/app/(main)/layout.tsx:3
FunctionMainNav
({ className, ...props }: React.ComponentProps<"nav">)
src/components/main-nav.tsx:7
FunctionMapArc
({ data, id: propId, curvature = DEFAULT_ARC_CURVATURE, samples = DEFAULT_ARC_SAMPLES, paint, layo
src/registry/map.tsx:1653
FunctionMapClusterLayer
({ data, clusterMaxZoom = 14, clusterRadius = 50, clusterColors = DEFAULT_CLUSTER_COLORS, clusterThr
src/registry/map.tsx:1902
FunctionMapController
()
src/app/(main)/docs/_components/examples/advanced-usage-example.tsx:8
FunctionMapControls
({ position = "bottom-right", showZoom = true, showCompass = false, showLocate = false, showFullscre
src/registry/map.tsx:846
FunctionMapControlsCard
()
src/registry/blocks/logistics-network/components/network-map.tsx:27
FunctionMapControlsExample
()
src/app/(main)/docs/_components/examples/map-controls-example.tsx:3
FunctionMapGeoJSON
* Renders arbitrary GeoJSON as fill + outline layers on the map. Composes like * `MapRoute` / `MapArc` — drop it inside `<Map>` (typically with `blan
src/registry/map.tsx:1313
FunctionMapMarker
({ longitude, latitude, children, onClick, onMouseEnter, onMouseLeave, onDragStart, onDrag,
src/registry/map.tsx:439
FunctionMapOverlayExample
()
src/app/(main)/docs/_components/examples/map-overlay-example.tsx:27
FunctionMapPopup
({ longitude, latitude, onClose, children, className, closeButton = false, ...popupOptions }: Ma
src/registry/map.tsx:1011
FunctionMapRoute
({ id: propId, coordinates, color = "#4285F4", width = 3, opacity = 0.8, dashArray, onClick, o
src/registry/map.tsx:1112
FunctionMarkerContent
({ children, className }: MarkerContentProps)
src/registry/map.tsx:581
FunctionMarkerLabel
({ children, className, position = "top", }: MarkerLabelProps)
src/registry/map.tsx:760
FunctionMarkerPopup
({ children, className, closeButton = false, ...popupOptions }: MarkerPopupProps)
src/registry/map.tsx:620
FunctionMarkerTooltip
({ children, className, ...popupOptions }: MarkerTooltipProps)
src/registry/map.tsx:687
FunctionMarkersExample
()
src/app/(main)/docs/_components/examples/markers-example.tsx:25
FunctionMarkersLayer
()
src/app/(main)/docs/_components/examples/layer-markers-example.tsx:46
FunctionMarkersPage
()
src/app/(main)/docs/markers/page.tsx:19
FunctionMetricChart
()
src/registry/blocks/analytics-map/components/overview-card.tsx:14
← previousnext →101–200 of 325, ranked by callers