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-combobox

API

Prop
Type
Default
Description
GlassComboboxglassVariant
"clear" | "frosted" | "subtle" | "liquid" | "liquid-bold""clear"
Controls the glass surface treatment.
GlassCombobox...props
React.ComponentProps<typeof Combobox>-
Props from the underlying shadcn/ui primitive.
GlassComboboxInput...props
React.ComponentProps<typeof ComboboxInput>-
Props from the underlying shadcn/ui primitive.
GlassComboboxContent...props
React.ComponentProps<typeof ComboboxContent>-
Props from the underlying shadcn/ui primitive.

Variants

clear
frosted
subtle
liquid
liquid-bold