Fortura/apps/www/registry/backgrounds/stars/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
518 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "stars-background",
"type": "registry:ui",
"title": "Stars Background",
"description": "A dark, interactive background featuring animated dots of varying sizes and speeds, simulating a dynamic and immersive starry space effect.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/backgrounds/stars/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/backgrounds/stars.tsx"
}
]
}