{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "progress-bar-indeterminate",
  "registryDependencies": [
    "https://taki-ui.com/r/progress-bar.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/progress-bar-indeterminate.tsx",
      "content": "import { ProgressBar } from \"@/registry/new-york/ui/progress-bar\"\n\nexport default function ProgressBarIndeterminate() {\n  return <ProgressBar label=\"Loading…\" isIndeterminate />\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}