Components•Combobox
Components•Combobox
Combobox
A searchable picker for choosing one option from a longer list.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/primitive-comboboxHow to use
import { BjorkCombobox } from "@/components/isaiahbjork/primitives";Props
classNamestringPass through styling hooks for the Combobox primitive without replacing the base Bjork surface.
childrenReactNodeComposable content, labels, icons, and nested content where the primitive supports them.
optionsOption[]Provide the searchable option list and read the selected value from the change callback.
Metric picker
Use when options need filtering before selection.
<BjorkCombobox />