Transport badge demo
8starlabs-ui/transport-badge-demoFreeExample
A transport badge demo component
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.jsonSource
1import { TransportBadge } from "@/registry/8starlabs-ui/blocks/transport-badge";23export default function TransportBadgeDemo() {4 return (5 <div className="flex flex-col gap-4">6 <TransportBadge system="SG" stationCode="NS1" />7 <TransportBadge system="SG" stationCode={["NS1", "DT24", "TE12"]} />8 <TransportBadge system="SG" stationCode="CE12" />9 <TransportBadge10 system="SG"11 stationCode="NE12"12 stationName="Serangoon"13 showStationName14 />15 <TransportBadge system="SG" stationCode="TE12" size="xs" />16 <TransportBadge system="SG" stationCode="DT1" size="lg" />17 </div>18 );19}
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 |
