{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "progress-circle-indeterminate-example",
  "title": "Progress Circle Indeterminate",
  "description": "progress-circle-indeterminate-example",
  "registryDependencies": [
    "https://intentui.com/r/progress-circle"
  ],
  "files": [
    {
      "path": "src/components/examples/statuses/progress-circle/progress-circle-indeterminate-example.tsx",
      "content": "'use client'\n\nimport { ProgressCircle } from '@/components/ui/progress-circle'\n\nexport default function ProgressCircleIndeterminateDemo() {\n  return <ProgressCircle aria-label=\"Loading…\" isIndeterminate />\n}\n",
      "type": "registry:page",
      "target": "app/progress-circle-indeterminate-example/page.tsx"
    }
  ],
  "type": "registry:page"
}