Glass Select
A select menu with glass-styled trigger and content surfaces.













import {
GlassSelect,
GlassSelectContent,
GlassSelectTrigger,Installation
$ npx shadcn add @glasscn/glass-selectVariants
clear
frosted
subtle
liquid
liquid-refract
API
Prop
Type
Default
Description
GlassSelect
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-refract""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.