A searchable dropdown that filters options as you type.
Copy the command below and run it in your terminal.
Import and use the Combobox components:
Combobox.Root - Provides combobox state.
Combobox.Content - Contains combobox controls.
Combobox.Trigger - Opens the combobox.
Combobox.Results - Lists matching items.
Combobox.Item - Defines a selectable item.
Combobox.Label - Labels the combobox.