{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "dropdrawer",
  "homepage": "https://dropdrawer.jiaweing.com",
  "items": [
    {
      "name": "dropdrawer",
      "type": "registry:component",
      "title": "DropDrawer",
      "description": "A responsive component that automatically switches between a dropdown menu on desktop and a drawer on mobile devices for shadcn/ui.",
      "dependencies": ["framer-motion"],
      "registryDependencies": ["dropdown-menu", "drawer", "use-mobile"],
      "files": [
        {
          "path": "components/ui/dropdrawer.tsx",
          "type": "registry:component"
        }
      ]
    }
  ]
}
