Tooltip
Displays a tooltip component.
Installation
pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/tooltip.jsonUsage
This component is generated automatically. To see advanced interactive demos, please refer to the original source code.
import { Tooltip } from "@/components/ui/tooltip"
export default function Example() {
return (
<Tooltip>
Example
</Tooltip>
)
}