Profile Card
A person on paper: crest, name, handle, bio, mono meta, tabular stats, optional action. Distinct from AgentCard (runtime status).
Draw
draw a card
$npx shadcn@latest add @clow/profile-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
<ProfileCard />Examples
basic
Props
| prop | type | default |
|---|---|---|
| name | text | June Vale |
| handle | text | @june |
| meta | text | Buenos Aires |
| bio | text | Design systems and quiet product surfaces. |

