Tooltip
Tooltip Directions
Tooltip example are available with follwing options, Directions are mirrored when using Bootstrap in RTL.
Tooltip with HTML
When you hover over the button labeled "Tooltip with HTML," a tooltip will appear displaying formatted text. The tooltip's content includes HTML elements such as italic, underlined, and bold
text. The `data-bs-html="true"`
attribute allows the tooltip to render HTML tags correctly.
Tooltips on links
This is sample text intended to showcase some inline links with tooltips. Currently, it serves as placeholder content—essentially filler—meant to illustrate how real text might be represented. By viewing this example, you should get a clear idea of how tooltips on links function in practice. This will help you understand how they can be effectively used on your own site or project.
Colored Tooltips
Use the data-bs-custom-class="tooltip-*"
attribute to apply a custom tooltip style with a primary color theme. This allows you to customize the appearance of the tooltip, giving it a distinct look that matches the primary color scheme of your application.