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

16 lines
502 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-tooltip",
"type": "registry:ui",
"title": "Radix Tooltip",
"description": "A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.",
"dependencies": ["motion", "radix-ui"],
"files": [
{
"path": "registry/radix/tooltip/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/radix/tooltip.tsx"
}
]
}