{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "progress-demo",
  "title": "Progress Demo",
  "description": "Usage example for the ai2 progress component.",
  "registryDependencies": [
    "@ai2/progress"
  ],
  "files": [
    {
      "path": "registry/ai2/examples/progress-demo.tsx",
      "content": "import { Progress } from \"@/registry/ai2/ui/progress\"\n\nexport default function ProgressDemo() {\n  return (\n    <div className=\"flex w-full max-w-sm flex-col gap-3\">\n      <Progress value={60} tone=\"brand\" />\n      <Progress value={92} tone=\"success\" size=\"lg\" />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}