{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "drawer-layout",
  "type": "registry:style",
  "title": "Drawer-layout",
  "description": "Instructure Drawer-layout component styled with semantic .instui-drawer-layout classes.",
  "author": "pantoken <https://pantoken.app>",
  "dependencies": [
    "@pantoken/components"
  ],
  "registryDependencies": [
    "@pantoken/base"
  ],
  "css": {
    "@import \"@pantoken/components/drawer-layout.css\"": {},
    "@import \"@pantoken/components/drawer-layout.tray.css\"": {},
    "@import \"@pantoken/components/drawer-layout.content.css\"": {}
  },
  "docs": "Apply `class=\"instui-drawer-layout\"` to semantic HTML. See https://pantoken.app/api/css/components/drawer-layout.",
  "categories": [
    "components"
  ],
  "meta": {
    "className": "instui-drawer-layout",
    "members": [
      "drawer-layout.tray",
      "drawer-layout.content"
    ],
    "framework": "css"
  }
}
