Imagine ArtImagine Art

A searchable dropdown that combines a text input with a filterable option list.

Forms

Import

import { Combobox } from "@/components/ui"

API

PropTypeDefaultDescription
optionsComboboxOption[]Array of { value, label } objects.
valuestringControlled selected value.
onValueChange(value: string) => voidCallback when selection changes.
placeholderstring"Select..."Placeholder for the trigger.
size"sm" | "md""md"Controls height.
labelstringLabel text above the combobox.
errorstringError message below.

Examples