{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "shimmering-text-block-02",
  "type": "registry:block",
  "registryDependencies": [
    "@ncdai/shimmering-text"
  ],
  "files": [
    {
      "path": "src/registry/examples/shimmering-text-demo-02.tsx",
      "content": "import { ShimmeringText } from \"@/registry/shimmering-text\";\n\nexport default function ShimmeringTextDemo2() {\n  return (\n    <ShimmeringText\n      className=\"font-medium [--color:#fbbf24] [--shimmering-color:#ca8a04] dark:[--color:#f59e0b] dark:[--shimmering-color:#fcd34d]\"\n      text=\"Processing your request with AI ...\"\n    />\n  );\n}\n",
      "type": "registry:component"
    }
  ]
}