Combobox
Autocomplete input and command palette with a list of suggestions.
Preview
Installation
The Combobox is a composition of these components: <Popover />
, <Command />
Install them to create Combobox:
Examples
Basic
Popover
Status
Dropdown menu
featureCreate a new project
Responsive
You can create a responsive combobox by using the <Popover />
on desktop and the <Drawer />
components on mobile.