Status Tag
Machine-room signage: a mono, uppercase pill with a breathing dot: the LIVE IN PRODUCTION stamp for systems that are actually on.
Draw
draw a card
$npx shadcn@latest add @clow/status-tagFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<StatusTag>Live in production</StatusTag>Examples
basic
Props
| prop | type | default |
|---|---|---|
| status | live | idle | error | draft | live |
| children | text | Live in production |

