{
"$schema": "https://blode.co/ui/schema/registry-item.json",
"name": "drawer",
"title": "Drawer",
"author": "Matthew Blode",
"description": "A panel that slides in from the edge of the screen.",
"dependencies": ["@base-ui/react"],
"files": [
{
"path": "ui/drawer.tsx",
"content": "\"use client\";\n\nimport { Drawer as DrawerPrimitive } from \"@base-ui/react/drawer\";\nimport * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nconst Drawer = ({ ...props }: DrawerPrimitive.Root.Props) => (\n