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

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"
}
]
}