18 lines
573 B
JSON
18 lines
573 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "spring-element",
|
|
"type": "registry:ui",
|
|
"title": "Spring Element",
|
|
"description": "A flexible, animated spring component that attaches a draggable element (avatar, text, icon, or any React node) to its origin with a spring line.",
|
|
"dependencies": [
|
|
"motion"
|
|
],
|
|
"registryDependencies": [],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/spring-element/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/spring-element.tsx"
|
|
}
|
|
]
|
|
} |