BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn-glass-ui/sheet-glass

Sheet Glass

shadcn-glass-ui/sheet-glass
FreeComponent

Glass-themed sheet/drawer component with full shadcn/ui Sheet API compatibility. * Slides in from top, right, bottom, or left edges with backdrop overlay and blur effects. * * ## Features

Install it

npx shadcn@latest add https://raw.githubusercontent.com/artyhoo/shadcn-glass-ui-library/main/public/r/sheet-glass.json

Source

components/glass/ui/sheet-glass.tsxraw.githubusercontent.com/artyhoo/shadcn-glass-ui-library/main/public/r/sheet-glass.json · first 6 KB
1/* eslint-disable react-refresh/only-export-components */
2/**
3 * SheetGlass Component
4 *
5 * Glass-themed sheet/drawer component with full shadcn/ui Sheet API compatibility.
6 * Slides in from top, right, bottom, or left edges with backdrop overlay and blur effects.
7 *
8 * ## Features
9 * - 4 slide directions: top, right, bottom, left
10 * - Backdrop overlay with blur effect and click-to-close
11 * - Auto close button in corner (optional via showCloseButton)
12 * - ESC key and click-outside to dismiss
13 * - Focus trap and keyboard navigation
14 * - Portal rendering (always in document.body)
15 * - Controlled and uncontrolled modes
16 * - 100% shadcn/ui compatible API
17 * - Theme-aware glass styling via CSS variables
18 *
19 * ## Sub-Components
20 * - **SheetGlass.Root / Sheet**: Sheet root with open/onOpenChange state
21 * - **SheetGlass.Trigger / SheetTrigger**: Opens sheet when clicked (supports asChild)
22 * - **SheetGlass.Portal / SheetPortal**: Renders children into portal
23 * - **SheetGlass.Overlay / SheetOverlay**: Backdrop with glass blur effect
24 * - **SheetGlass.Content / SheetContent**: Main container with side prop and glass styling
25 * - **SheetGlass.Header / SheetHeader**: Header section with flex layout
26 * - **SheetGlass.Title / SheetTitle**: Sheet title with accessibility
27 * - **SheetGlass.Description / SheetDescription**: Sheet description text
28 * - **SheetGlass.Footer / SheetFooter**: Footer with action buttons layout
29 * - **SheetGlass.Close / SheetClose**: Closes sheet when clicked (supports asChild)
30 *
31 * ## CSS Variables
32 * Uses ModalGlass CSS variables for consistent styling:
33 * - `--modal-bg`: Sheet background color (glass effect)
34 * - `--modal-border`: Sheet border color
35 * - `--modal-glow`: Sheet shadow/glow effect
36 * - `--modal-glow-effect`: Inner glow layer
37 * - `--modal-overlay`: Backdrop overlay color
38 * - `--modal-close-btn-bg`: Close button background
39 * - `--modal-close-btn-border`: Close button border
40 *
41 * @example Navigation drawer (left side)
42 * ```tsx
43 * import { SheetGlass, ButtonGlass } from 'shadcn-glass-ui'
44 *
45 * function Navigation() {
46 * return (
47 * <SheetGlass.Root>
48 * <SheetGlass.Trigger asChild>
49 * <ButtonGlass>Menu</ButtonGlass>
50 * </SheetGlass.Trigger>
51 * <SheetGlass.Content side="left">
52 * <SheetGlass.Header>
53 * <SheetGlass.Title>Navigation</SheetGlass.Title>
54 * </SheetGlass.Header>
55 * <nav>...</nav>
56 * </SheetGlass.Content>
57 * </SheetGlass.Root>
58 * )
59 * }
60// … truncated

Facts

Registry
shadcn-glass-ui
Type
registry:ui
Access
Free
Files written
0
Licence
Apache-2.0
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

yhooi2.github.io artyhoo/shadcn-glass-ui-library on GitHub Raw registry item This item as JSON

More from shadcn-glass-ui

All 76 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Alert Glassalert-glassshadcn-glass-uiComponentsFreeno deps
Animated Background Glassanimated-background-glassshadcn-glass-uiComponentsFreeno deps
Avatar Glassavatar-glassshadcn-glass-uiComponentsFreeno deps
Badge Glassbadge-glassshadcn-glass-uiComponentsFreeno deps
Base Progress Glassbase-progress-glassshadcn-glass-uiComponentsFreeno deps
Button Glassbutton-glassshadcn-glass-uiComponentsFreeno deps
Card Glasscard-glassshadcn-glass-uiComponentsFreeno deps
Checkbox Glasscheckbox-glassshadcn-glass-uiComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex