components / combobox
combobox.
searchable select with optional color swatches, inline create, and clear. behavior split into a headless useCombobox hook. generalized from the calendar category picker.
installation
bunx @justin06lee/chrome@latest add comboboxusage
Searchable + create
<Comboboxvalue={value}onChange={setValue}options={opts}allowClearonCreate={(q) => addCategory(q)}/>