Feature Row
One feature on a horizontal paper line: icon tile, title, description, optional trailing mark. interactive lifts on hover. Stack with FeatureList.
Draw
draw a card
$npx shadcn@latest add @clow/feature-rowFirst 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
<FeatureRow />Examples
basic
Props
| prop | type | default |
|---|---|---|
| title | text | Live relays |
| description | text | Stations join the mesh and stay in sync. |
| interactive | boolean | true |

