Select UI framework
Get Started
React Aria
AlertApp Store ButtonAspect RatioBadgeBannerBreadcrumbButton GroupButtonCheckboxCommand MenuCompactButtonDialogDrawerEmptyFancy ButtonFile UploadHintInput OTPInputItemKbdLabelLinkButtonLoaderPopoverProgress BarProgress CircleRadio GroupRatingSelectSeparatorSkeletonSliderSocial ButtonSwitchTagTextareaToggle GroupToggleTooltip
Component tooltip-demo not found in registry.
Installation
pnpm dlx shadcn@latest add tooltip
Usage
import * as Tooltip from "@/components/ui/tooltip"<Tooltip.Trigger>
<button>Hover me</button>
<Tooltip.Content>
<p>This is a tooltip</p>
</Tooltip.Content>
</Tooltip.Trigger>Examples
Variants
Component tooltip-variants not found in registry.
Appearances
Component tooltip-appearances not found in registry.
Sizes
Component tooltip-sizes not found in registry.
Positions
Component tooltip-positions not found in registry.
Without Arrow
Component tooltip-without-arrow not found in registry.
Delay
Component tooltip-delay not found in registry.