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

16 lines
483 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "base-tooltip",
"type": "registry:ui",
"title": "Base Tooltip",
"description": "A popup that appears when an element is hovered or focused, showing a hint for sighted users.",
"dependencies": ["motion", "@base-ui-components/react"],
"files": [
{
"path": "registry/base/tooltip/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/base/tooltip.tsx"
}
]
}