{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "dia-text-reveal-demo-4",
  "type": "registry:example",
  "title": "Dia Text Reveal Demo 4",
  "description": "Slower sweep with delay — custom duration and timing.",
  "registryDependencies": [
    "@magicui/dia-text-reveal"
  ],
  "files": [
    {
      "path": "registry/example/dia-text-reveal-demo-4.tsx",
      "content": "import { DiaTextReveal } from \"@/registry/magicui/dia-text-reveal\"\n\nexport default function DiaTextRevealDemo4() {\n  return (\n    <div className=\"flex min-h-56 items-center justify-center p-8\">\n      <DiaTextReveal\n        className=\"text-4xl font-bold tracking-tight\"\n        colors={[\"#f97316\", \"#eab308\", \"#22c55e\", \"#3b82f6\", \"#a855f7\"]}\n        delay={0.35}\n        duration={2.4}\n        text=\"Made with care\"\n      />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}