{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "drawer",
"title": "Drawer",
"description": "Slide-out panel that emerges from screen edges for supplementary content or navigation.",
"dependencies": [
"@base-ui/react"
],
"files": [
{
"path": "packages/ui/src/drawer.tsx",
"content": "\"use client\";\n\nimport { Drawer as DrawerPrimitive } from \"@base-ui/react/drawer\";\nimport type * as React from \"react\";\n\nimport { cn } from \"./utils\";\n\n// =============================================================================\n// Drawer (Root)\n// =============================================================================\nfunction Drawer({ ...props }: DrawerPrimitive.Root.Props) {\n return