{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "react-easy-modals",
  "homepage": "https://react-easy-modals-docs.vercel.app",
  "items": [
    {
      "name": "modal",
      "type": "registry:ui",
      "title": "Modal (Radix)",
      "description": "Modal component for react-easy-modals with Radix Dialog.",
      "registryDependencies": ["dialog"],
      "dependencies": ["react-easy-modals"],
      "files": [
        {
          "path": "src/registry/radix/modal.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "modal-baseui",
      "type": "registry:ui",
      "title": "Modal (Base UI)",
      "description": "Modal component for react-easy-modals with Base UI Dialog. Supports nested modals.",
      "registryDependencies": ["dialog"],
      "dependencies": ["react-easy-modals"],
      "files": [
        {
          "path": "src/registry/baseui/modal.tsx",
          "type": "registry:ui"
        }
      ]
    }
  ]
}
