27 lines
537 B
JSON
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"
|
|
]
|
|
}
|
|
}
|