Transport badge demo station name
8starlabs-ui/transport-badge-demo-station-nameFreeExample
A transport badge demo station name 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-station-name.jsonSource
1import { TransportBadge } from "@/registry/8starlabs-ui/blocks/transport-badge";23export default function TransportBadgeDemoStationName() {4 return (5 <div className="flex flex-col gap-3">6 <TransportBadge7 system="SG"8 stationCode="NS1"9 stationName="Jurong East"10 showStationName11 />12 <TransportBadge13 system="SG"14 stationCode="NE12"15 stationName="Serangoon"16 showStationName17 />18 <TransportBadge19 system="SG"20 stationCode={["NS27", "CE15"]}21 stationName="Marina Bay"22 showStationName23 />24 <TransportBadge25 system="SG"26 stationCode="DT1"27 stationName="Bukit Panjang"28 showStationName29 />30 </div>31 );32}
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 |
