{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "progress-bar-demo", "title": "Progress Bar Demo", "description": "Example showing animated progress bars with multiple variants.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/progress-bar" ], "files": [ { "path": "registry/example/progress-bar-demo.tsx", "content": "import { ProgressBar, MultiProgressBar } from \"../pioneerui/progress-bar\"\n\nexport default function ProgressBarDemo() {\n return (\n
\n \n \n \n \n
\n )\n}\n", "type": "registry:example", "target": "components/progress-bar-demo.tsx" } ], "type": "registry:example" }