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

27 lines
537 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "loader-icon",
"type": "registry:ui",
"title": "Loader Icon",
"description": "Loader icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/loader/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/loader.tsx"
}
],
"meta": {
"keywords": [
"loading",
"wait",
"busy",
"progress",
"throbber",
"spinner",
"spinning"
]
}
}