Number Field
A glass field flanked by ghost steppers that press individually. The border warms while you type, and the label doubles as a scrub area.
Draw
draw a card
$npx shadcn@latest add @clow/number-fieldFirst 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
<NumberField />Examples
basic
format
Props
| prop | type | default |
|---|---|---|
| label | text | Relay count |
| defaultValue | number | 4 |
| min | number | 0 |
| max | number | 16 |
| step | number | 1 |
| disabled | boolean | false |

