Combobox
Autocomplete input and command palette with a list of suggestions.
Installation
uvx shadcn_django@latest add combobox
Usage
<c-combobox
:options='[]'
placeholder='Search framework...'
button_text='Select framework...'
width='w-[200px]'
/>
<!-- Options can be a list of dicts with values and labels -->
<!-- options=[
{'value': 'django', 'label': 'Django'},
{'value': 'tailwind', 'label': 'Tailwind'},
{'value': 'alpine.js', 'label': 'Alpine.js'},
{'value': 'htmx', 'label': 'HTMX'},
]-->