16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "base-progress-demo",
|
|
"type": "registry:ui",
|
|
"title": "Base Progress Demo",
|
|
"description": "Demo showing a base progress.",
|
|
"registryDependencies": ["https://animate-ui.com/r/base-progress"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/base/progress/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/base/progress.tsx"
|
|
}
|
|
]
|
|
}
|