{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "animated-badge-demo",
  "title": "animated-badge-demo",
  "description": "Example showing a animated-badge-demo component.",
  "registryDependencies": [
    "@eldoraui/animated-badge"
  ],
  "files": [
    {
      "path": "registry/example/animated-badge-demo.tsx",
      "content": "import AnimatedBadge from \"@/registry/eldoraui/animated-badge\"\n\nexport function AnimatedBadgeDemo() {\n  return (\n    <div className=\"relative\" suppressHydrationWarning>\n      <AnimatedBadge\n        text=\"Introducing Eldora ui\"\n        color=\"#22d3ee\"\n        href=\"/docs/components/animated-badge\"\n      />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}