Installation
The Combobox is built using a composition of the <Popover />
and the <Command />
components.
See installation instructions for the Popover and the Command components.
Usage
Examples
Combobox
Popover
featureCreate a new project
Responsive
You can create a responsive combobox by using the <Popover />
on desktop and the <Drawer />
components on mobile.
Hook Definitions
First, we'll define our hook.
Responsive Dialog
Next, we'll create our responsive combobox.