expanded-map-locations-demo
jolyui-ui/expanded-map-locations-demoFreeExample
jolyui/ui publishes no description for this item.
Install it
npx shadcn@latest add https://jolyui.dev/r/expanded-map-locations-demo.jsonSource
1import { LocationMap } from "@/registry/default/ui/expanded-map";23export default function ExpandedMapLocationsDemo() {4 return (5 <div className="flex flex-wrap items-center justify-center gap-8 p-12">6 <LocationMap7 location="New York, NY"8 latitude={40.7128}9 longitude={-74.006}10 />11 <LocationMap12 location="London, UK"13 latitude={51.5074}14 longitude={-0.1278}15 />16 <LocationMap17 location="Tokyo, Japan"18 latitude={35.6762}19 longitude={139.6503}20 />21 </div>22 );23}
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 |
