Tailwind UI Pattern Registry for humans and agents

tooltip info rich popover help description action tooltip info rich popover help description action link content wide rich tooltip with title and description info popover with action link

Tooltip Info

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

Details

Family
tooltip
Tier
enhanced
Kind
component
Extends
tooltip/base
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
tooltipinforichpopoverhelpdescriptionaction

Slots

Name Required Description
trigger Yes Info icon button that triggers the tooltip.
title Yes Bold title text in the tooltip.
description Yes Descriptive paragraph text.
action No Optional action link at the bottom.

Rich info tooltip extending the base. Triggered by an info icon button, it displays a wider (w-64) tooltip with a title, description paragraph, and an action link. The tooltip becomes interactive on hover (pointer-events-auto) so the action link is clickable. Uses the same CSS-only hover mechanics with --ws-tooltip-* custom properties.