Overlayssrc/components/ui/combobox.tsx
Combobox
Combines a trigger, filter input, and selectable list.
Preview
Installation
Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.
bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/uiUsage
import { Combobox } from "@/components/ui/combobox"
export function Example() {
return <Combobox>Combobox</Combobox>
}API Reference
ExportPurpose
ComboboxComposable part exported by `@/components/ui/combobox`.