Glass Combobox
A searchable selection control with glass trigger and popup surfaces.
import {
ComboboxItem,
ComboboxList,
} from "@/components/ui/combobox"Installation
$ npx shadcn add @glasscn/glass-comboboxAPI
Prop
Type
Default
Description
GlassCombobox
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-bold""clear"Controls the glass surface treatment.
GlassCombobox
...propsReact.ComponentProps<typeof Combobox>-Props from the underlying shadcn/ui primitive.
GlassComboboxInput
...propsReact.ComponentProps<typeof ComboboxInput>-Props from the underlying shadcn/ui primitive.
GlassComboboxContent
...propsReact.ComponentProps<typeof ComboboxContent>-Props from the underlying shadcn/ui primitive.
Variants
clear
frosted
subtle
liquid
liquid-bold