Basic
Wrap any element with t1-tooltip and set the content attribute
to show a tooltip on hover or focus.
Placement
Use the placement attribute to set the preferred position of the tooltip.
Click Trigger
Set trigger="click" to toggle the tooltip on click instead of hover.
Manual Trigger
Set trigger="manual" and control the open property
programmatically.
Disabled
Add the disabled attribute to prevent the tooltip from appearing.
Maximum Width
Use the --max-width custom property to control how wide the tooltip can grow
before wrapping.
Distance
Use the distance attribute to set the gap between the tooltip and the target
element.