Input
Paper text field. Focus warms the border and surface, no focus ring.
Draw
draw a card
$npx shadcn@latest add @clow/inputFirst 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
<Input />Examples
basic
Props
| prop | type | default |
|---|---|---|
| type | text | email | password | number | search | file | text |
| placeholder | text | you@station.io |
| disabled | boolean | false |

