expanded-map-zoom-demo
jolyui-ui/expanded-map-zoom-demoFreeExample
jolyui/ui publishes no description for this item.
Install it
npx shadcn@latest add https://jolyui.dev/r/expanded-map-zoom-demo.jsonSource
1import { LocationMap } from "@/registry/default/ui/expanded-map";23export default function ExpandedMapZoomDemo() {4 return (5 <div className="flex flex-wrap items-center justify-center gap-8 p-12">6 <div className="flex flex-col items-center gap-2">7 <LocationMap8 location="Sydney, Australia"9 latitude={-33.8688}10 longitude={151.2093}11 zoom={10}12 />13 <span className="text-muted-foreground text-xs">Zoom: 10</span>14 </div>15 <div className="flex flex-col items-center gap-2">16 <LocationMap17 location="Sydney, Australia"18 latitude={-33.8688}19 longitude={151.2093}20 zoom={14}21 />22 <span className="text-muted-foreground text-xs">Zoom: 14</span>23 </div>24 <div className="flex flex-col items-center gap-2">25 <LocationMap26 location="Sydney, Australia"27 latitude={-33.8688}28 longitude={151.2093}29 zoom={17}30 />31 <span className="text-muted-foreground text-xs">Zoom: 17</span>32 </div>33 </div>34 );35}
What it pulls in
npm packages
Other registry items
Files it writes
More from jolyui/ui
All 199 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-prompt-box-demoai-prompt-box-demo | jolyui/ui | Examples | Free | no deps | |
| ai-prompt-box-loading-demoai-prompt-box-loading-demo | jolyui/ui | Examples | Free | no deps | |
| animated-beam-bidirectional-demoanimated-beam-bidirectional-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-curved-demoanimated-beam-curved-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-demoanimated-beam-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-multiple-demoanimated-beam-multiple-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-table-basic-demoanimated-table-basic-demo | jolyui/ui | Examples | Free | no deps | |
| animated-table-column-demoanimated-table-column-demo | jolyui/ui | Examples | Free | no deps |
