Transport badge demo multi station
8starlabs-ui/transport-badge-demo-multi-stationFreeExample
A transport badge demo multi station 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-multi-station.jsonSource
1import { TransportBadge } from "@/registry/8starlabs-ui/blocks/transport-badge";23export default function TransportBadgeDemoMultiStation() {4 return (5 <div className="flex flex-col gap-3">6 <TransportBadge system="SG" stationCode={["NS1", "EW24"]} />7 <TransportBadge system="SG" stationCode={["NS27", "CE15"]} />8 <TransportBadge system="SG" stationCode={["DT14", "CE10"]} />9 <TransportBadge system="SG" stationCode={["NS1", "DT24", "TE12"]} />10 </div>11 );12}
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 |
