Combobox
beui/comboboxFreeComponent
Searchable combobox with a morphing portal, grouped filtering, keyboard navigation, and controlled or uncontrolled state.
Install it
npx shadcn@latest add https://beui.dev/r/combobox.jsonSource
1"use client";2// beui.dev/components/motion/combobox34export {5 ComboboxContent,6 type ComboboxContentProps,7} from "./combobox/content";8export {9 Combobox,10 type ComboboxFilter,11 type ComboboxProps,12} from "./combobox/context";13export {14 ComboboxEmpty,15 type ComboboxEmptyProps,16 ComboboxGroup,17 type ComboboxGroupProps,18 ComboboxItem,19 type ComboboxItemProps,20 ComboboxLabel,21 type ComboboxLabelProps,22 ComboboxList,23 type ComboboxListProps,24 ComboboxSeparator,25 type ComboboxSeparatorProps,26} from "./combobox/list";27export {28 ComboboxInput,29 type ComboboxInputProps,30 ComboboxTrigger,31 type ComboboxTriggerProps,32 ComboboxValue,33 type ComboboxValueProps,34} from "./combobox/trigger";
What it pulls in
npm packages
Files it writes
More from beui
All 104 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Action Swap Bluraction-swap-blur | beui | Components | Free | 3 deps · 4 files | |
| Action Swap Cascadeaction-swap-cascade | beui | Components | Free | 3 deps · 4 files | |
| Action Swap Rollaction-swap-roll | beui | Components | Free | 3 deps · 4 files | |
| Agent Activityagent-activity | beui | Components | Free | 4 deps · 9 files | |
| Agent Loading States Agent Progressagent-progress | beui | Components | Free | 3 deps · 3 files | |
| AI Sidebarai-sidebar | beui | Components | Free | 4 deps · 5 files | |
| Animated Badgeanimated-badge | beui | Components | Free | 4 deps · 3 files | |
| Number Animation Animated Numberanimated-number | beui | Components | Free | 3 deps · 3 files |
