16 lines
502 B
JSON
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"
|
|
}
|
|
]
|
|
}
|