mapbox-grid-block
delta-components/mapbox-grid-blockFreeBlock
Three-column grid showcasing global locations with Mapbox maps
Live preview
live · rendered by the registry
Rendered by delta-components on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://deltacomponents.dev/r/mapbox-grid-block.jsonSource
1"use client"23import { MapboxPointer } from "@/components/ui/mapbox-pointer"45export default function MapboxGridBlockPage() {6 return (7 <div className="bg-background flex min-h-screen w-full items-center justify-center">8 <div className="mx-auto w-full max-w-7xl p-6">9 <div className="space-y-8">10 <div className="space-y-4 text-center">11 <h1 className="text-4xl font-bold tracking-tight sm:text-5xl lg:text-6xl">12 Where we're cooking13 </h1>14 <p className="text-muted-foreground mx-auto max-w-2xl text-base sm:text-lg">15 Building the future from three world-class innovation hubs16 </p>17 </div>1819 <div className="grid grid-cols-1 gap-6 md:grid-cols-3">20 {/* New York City */}21 <div className="space-y-3">22 <MapboxPointer23 latitude={40.7128}24 longitude={-74.006}25 zoom={11}26 markerColor="#679BFF"27 className="aspect-square w-full"28 label="New York City, USA"29 interactive={false}30 />31 </div>3233 {/* SF Bay Area */}34 <div className="space-y-3">35 <MapboxPointer36 latitude={37.7749}37 longitude={-122.4194}38 zoom={11}39 markerColor="#679BFF"40 className="aspect-square w-full"41 label="San Francisco, USA"42 interactive={false}43 />44 </div>4546 {/* London */}47 <div className="space-y-3">48 <MapboxPointer49 latitude={51.5074}50 longitude={-0.1278}51 zoom={11}52 markerColor="#679BFF"53 className="aspect-square w-full"54 label="London, United Kingdom"55 interactive={false}56 />57 </div>58 </div>59 </div>60 </div>61 </div>62 )63}
What it pulls in
Other registry items
Files it writes
More from delta-components
All 93 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| admin-inset-layoutadmin-inset-layout | delta-components | Blocks | Free | 1 dep · 9 files | |
| ai-chat-sidebarai-chat-sidebar | delta-components | Blocks | Free | 1 dep · 2 files | |
| auth-formauth-form | delta-components | Blocks | Free | 2 deps · 2 files | |
| bottom-mobile-navbottom-mobile-nav | delta-components | Blocks | Free | 1 dep · 3 files | |
| chatbot-windowchatbot-window | delta-components | Blocks | Free | 1 dep · 2 files | |
| interactive-feature-showcaseinteractive-feature-showcase | delta-components | Blocks | Free | no deps · 2 files | |
| saas-dashboardsaas-dashboard | delta-components | Blocks | Free | 1 dep · 8 files | |
| saas-header-layoutsaas-header-layout | delta-components | Blocks | Free | no deps · 3 files |
