{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-backgrounds-hole",
  "title": "Hole Background Demo",
  "description": "Demo showing a hole background.",
  "registryDependencies": [
    "@animate-ui/components-backgrounds-hole"
  ],
  "files": [
    {
      "path": "registry/demo/components/backgrounds/hole/index.tsx",
      "content": "import { HoleBackground } from '@/components/animate-ui/components/backgrounds/hole';\n\nexport const HoleBackgroundDemo = () => {\n  return (\n    <HoleBackground className=\"absolute inset-0 flex items-center justify-center rounded-xl\" />\n  );\n};\n",
      "type": "registry:ui",
      "target": "components/animate-ui/demo/components/backgrounds/hole.tsx"
    }
  ],
  "type": "registry:ui"
}