Combobox
A glass input that thinks while you type. The list filters live in the same floating panel Select uses · pick with arrows, clear with one press.
Draw
draw a card
$npx shadcn@latest add @clow/comboboxFirst 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
<Combobox />Examples
basic
async
Props
| prop | type | default |
|---|---|---|
| disabled | boolean | false |
| readOnly | boolean | false |
| autoHighlight | boolean | false |
| openOnInputClick | boolean | true |

