Glass Sidebar
A compound sidebar system with glass shell, trigger, input, and menu states.
Workspace
Aurora
Team
Navigate
Preferences
Glass Surface
Compound navigation with matching glass states.
import {
GlassSidebar,
GlassSidebarInput,
GlassSidebarMenuButton,Installation
$ npx shadcn add @glasscn/glass-sidebarAPI
Prop
Type
Default
Description
GlassSidebar
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-bold""clear"Controls the glass surface treatment.
GlassSidebar
...propsReact.ComponentProps<typeof Sidebar>-Props from the underlying shadcn/ui primitive.
GlassSidebarTrigger
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-bold""clear"Controls the glass surface treatment.
GlassSidebarTrigger
...propsReact.ComponentProps<typeof SidebarTrigger>-Props from the underlying shadcn/ui primitive.
GlassSidebarInset
...propsReact.ComponentProps<typeof SidebarInset>-Props from the underlying shadcn/ui primitive.
GlassSidebarInput
...propsReact.ComponentProps<typeof Input>-Props from the underlying shadcn/ui primitive.
GlassSidebarMenuButton
...propsReact.ComponentProps<typeof SidebarMenuButton>-Props from the underlying shadcn/ui primitive.
GlassSidebarMenuSubButton
...propsReact.ComponentProps<typeof SidebarMenuSubButton>-Props from the underlying shadcn/ui primitive.
GlassSidebarSeparator
...propsReact.ComponentProps<typeof GlassSeparator>-Props from the underlying shadcn/ui primitive.
Variants
clear
Workspace
Aurora
Team
Navigate
Preferences
Glass Surface
Compound navigation with matching glass states.
frosted
Workspace
Aurora
Team
Navigate
Preferences
Glass Surface
Compound navigation with matching glass states.
subtle
Workspace
Aurora
Team
Navigate
Preferences
Glass Surface
Compound navigation with matching glass states.
liquid
Workspace
Aurora
Team
Navigate
Preferences
Glass Surface
Compound navigation with matching glass states.
liquid-bold
Workspace
Aurora
Team
Navigate
Preferences
Glass Surface
Compound navigation with matching glass states.