Transport badge demo single station
8starlabs-ui/transport-badge-demo-single-stationFreeExample
A transport badge demo single 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-single-station.jsonSource
1import { TransportBadge } from "@/registry/8starlabs-ui/blocks/transport-badge";23export default function TransportBadgeDemoSingleStation() {4 return (5 <div className="flex flex-wrap gap-3">6 <TransportBadge system="SG" stationCode="NS1" />7 <TransportBadge system="SG" stationCode="EW12" />8 <TransportBadge system="SG" stationCode="NE6" />9 <TransportBadge system="SG" stationCode="CE4" />10 <TransportBadge system="SG" stationCode="DT15" />11 <TransportBadge system="SG" stationCode="TE9" />12 </div>13 );14}
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 |
