Glass Select
A select menu with glass-styled trigger and content surfaces.
import {
GlassSelect,
GlassSelectContent,
GlassSelectTrigger,Installation
$ npx shadcn add @glasscn/glass-selectAPI
Prop
Type
Default
Description
GlassSelect
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-bold""clear"Controls the glass surface treatment.
GlassSelect
...propsReact.ComponentProps<typeof Select>-Props from the underlying shadcn/ui primitive.
GlassSelectTrigger
...propsReact.ComponentProps<typeof SelectTrigger>-Props from the underlying shadcn/ui primitive.
GlassSelectContent
...propsReact.ComponentProps<typeof SelectContent>-Props from the underlying shadcn/ui primitive.
Variants
clear
frosted
subtle
liquid
liquid-bold