17 lines
529 B
JSON
17 lines
529 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "stars-scrolling-wheel",
|
|
"type": "registry:ui",
|
|
"title": "Stars Scrolling Wheel",
|
|
"description": "A scrolling wheel that displays stars count.",
|
|
"dependencies": ["motion"],
|
|
"registryDependencies": ["https://animate-ui.com/r/star-icon"],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/stars-scrolling-wheel/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/stars-scrolling-wheel.tsx"
|
|
}
|
|
]
|
|
}
|