Overlays

Tooltip

A brief, informative message that appears when hovering or focusing on an element.

Basic

Tooltips are small overlays that display information about an element when the user hovers over or interacts with it.

Loading...

Installation

npx shadcn@latest add @intentui/tooltip

Manual installation

npm i react-aria-components

Anatomy

import { IconBrandX } from "@intentui/icons"
import {
  Tooltip,
  TooltipContent,
  TooltipTrigger,
} from "@/components/ui/tooltip"
<Tooltip>
  <TooltipTrigger aria-label="Follow My Twitter">
    <IconBrandX />
  </TooltipTrigger>
  <TooltipContent>Follow me on X @irsyadadl</TooltipContent>
</Tooltip>

Placement

By default, the tooltip appears at the top, but you can change its position by using the placement prop.

Loading...

Intent

Tooltip has two intents: default and inverse. You can change the intent by using the intent prop.

Loading...

Without arrow

You can remove the arrow from the tooltip by setting the showArrow prop to false.

Loading...

Directions

The list above shows the primary directions, but you can also use more specific placements like bottom left or top right. Here are all the available placement options:

Primary DirectionPlacement
bottombottom, bottom left, bottom right, bottom start, bottom end
toptop, top left, top right, top start, top end
leftleft, left top, left bottom
startstart, start top, start bottom
rightright, right top, right bottom
endend, end top, end bottom

Delay

Tooltip rolls out the welcome mat after you hover for 1.5 secs. Wanna speed it up or slow it down? Just slide in a delay prop. Peep these guidelines for the scoop.

Loading...
Unlock the full power of
Design Intent UI
Build modern web apps faster with 350+ blocks and polished templates crafted for professionals.
Explore