LandorUI
GitHub

Tooltip

A popup with information on hover or focus.

Installation

npx shadcn@latest add https://landorui.landorestate.com/r/tooltip.json

Usage

A popup with information on hover or focus.

import {
  Tooltip,
  TooltipContent,
  TooltipProvider,
  TooltipTrigger,
} from "@/components/ui/tooltip";