16 lines
509 B
JSON
16 lines
509 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "tooltip",
|
|
"type": "registry:ui",
|
|
"title": "Tooltip",
|
|
"description": "An animated tooltip that shows contextual info on hover or focus and smoothly glides to the next element without disappearing between transitions.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/tooltip/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/tooltip.tsx"
|
|
}
|
|
]
|
|
}
|