Transport Badge Demo HK
8starlabs-ui/transport-badge-demo-hkFreeExample
A transport badge demo for Hong Kong MTR
Live preview
live · rendered by the registry
Rendered by 8starlabs-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.8starlabs.com/r/transport-badge-demo-hk.jsonSource
1import { TransportBadge } from "@/registry/8starlabs-ui/blocks/transport-badge";23export default function TransportBadgeDemoHK() {4 return (5 <div className="flex flex-col gap-4">6 <div className="flex items-center gap-2">7 <TransportBadge8 system="HK"9 stationCode={["TW", "TM"]}10 stationName="Mei Foo"11 />12 <TransportBadge13 system="HK"14 stationCode="AE"15 stationName="Airport"16 showStationName17 />18 </div>19 <div className="flex items-center gap-2">20 <TransportBadge system="HK" stationCode={["KT", "TM"]} />21 <TransportBadge system="HK" stationCode="AE" size="lg" />22 </div>23 </div>24 );25}
Files it writes
More from 8starlabs-ui
All 74 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Buttonbutton-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-countdown-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-showdays-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-size-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-variants-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-colors-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-display-demo | 8starlabs-ui | Examples | Free | no deps |
