Imagine ArtImagine Art

A small label that appears on hover to describe the purpose of an element.

Overlays

Import

import { Tooltip } from "@/components/ui"

API

PropTypeDefaultDescription
contentReactNodeTooltip text or content.
position"top" | "bottom" | "left" | "right""top"Placement relative to the child.
size"sm" | "md""sm"Tooltip padding and font size.
delayMsnumber300Hover delay before showing.

Examples