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

16 lines
417 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "hole-background",
"type": "registry:ui",
"title": "Hole Background",
"description": "A background with a hole animation effect.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/backgrounds/hole/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/backgrounds/hole.tsx"
}
]
}