Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OmerMakesStuff/downshift-shadcn-combobox
/ functions
Functions
10 in github.com/OmerMakesStuff/downshift-shadcn-combobox
⨍
Functions
10
◇
Types & classes
1
↓ 8 callers
Function
cn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 4 callers
Function
useComboboxContext
()
src/registry/combobox/context.ts:29
Function
App
()
src/app.tsx:4
Function
Combobox
({ value, onValueChange, filterItems = defaultFilter, children, }: ComboboxProps)
src/registry/combobox/combobox.tsx:31
Function
ComboboxContent
({ onOpenAutoFocus, children, ...props }: ComponentPropsWithoutRef<typeof PopoverContent>)
src/registry/combobox/combobox-content.tsx:17
Function
ComboboxDemo
()
src/components/demos/combobox.tsx:13
Function
ComboboxEmpty
({ className, children, ...props }: ComponentPropsWithoutRef<'div'>)
src/registry/combobox/combobox-empty.tsx:7
Function
ComboboxInput
(props: ComboboxInputProps)
src/registry/combobox/combobox-input.tsx:15
Function
ComboboxItem
({ label, value, disabled, className, children, ...props }: ComboboxItemProps)
src/registry/combobox/combobox-item.tsx:12
Function
defaultFilter
(inputValue: string, items: ComboboxItemBase[])
src/registry/combobox/combobox.tsx:16