Tailwind UI Pattern Registry for humans and agents

tooltip hover popover hint help info tooltip hover popover hint help info arrow position top right bottom CSS-only tooltip on hover tooltip with arrow positioning

Tooltip Base

Fetch pattern JSON: curl https://webspire.de/patterns/tooltip/base.json

Details

Family
tooltip
Tier
base
Kind
component
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
tooltiphoverpopoverhinthelpinfo

Slots

Name Required Description
trigger Yes The element that triggers the tooltip on hover.
content Yes Tooltip text content.

CSS-only tooltip using Tailwind group and group-hover utilities. Shows three buttons each with a tooltip in a different position: top, right, and bottom. Tooltips include an arrow triangle made with CSS borders. Hidden by default with opacity-0 invisible and revealed on hover with a smooth transition. Uses --ws-tooltip-accent for the tooltip background and arrow color.