Select UI framework
Get Started
Radix UI
AlertApp Store ButtonAspect RatioBadgeBannerBreadcrumbButton GroupButtonCheckboxCommand MenuCompactButtonDialogDrawerDropdown MenuEmptyFancy 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.Provider>
<Tooltip.Root>
<Tooltip.Trigger asChild>
<button>Hover me</button>
</Tooltip.Trigger>
<Tooltip.Content>
<p>This is a tooltip</p>
</Tooltip.Content>
</Tooltip.Root>
</Tooltip.Provider>Examples
Dark Variant
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.