Log Card
A transmission log on paper: stamped mono header with an optional breathing status dot, and small-print rows of time / label / event / value in tabular numbers. Hovering a row lifts its ink; with live, freshly mounted rows land with a brief warm flash.
Draw
draw a card
$npx shadcn@latest add @clow/log-cardFirst 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
<LogCard />Examples
basic
Props
| prop | type | default |
|---|---|---|
| title | text | transmission log |
| status | live | idle | error | live |
| meta | text | UTC 09:41 |
| live | boolean | true |

