Default

Basic searchable dropdown with fruit options and placeholder text.

Country Selector

Labeled combobox for selecting a country from a searchable list.

Programming Languages

Language selector for developer profile or project settings.

Department

Department selector for HR forms or employee assignment.

Timezone

Timezone picker for scheduling or user preferences.

Color Theme

Theme selector for application appearance preferences.

Usage

<Combobox options="Apple,Banana,Cherry" placeholder="Select a fruit..." /><Combobox label="Country" options="United States,Canada,Mexico" placeholder="Search countries..." />

Props

PropTypeDefaultDescription
optionstext""Comma-separated list of options
placeholdertext"Search..."Placeholder text for the search input
labeltext""Label displayed above the combobox
idtext""Unique identifier for the combobox