Tooltips

Tooltips are powerful UI elements that provide contextual information and helpful hints when users hover over or focus on interface elements. They enhance user experience by offering instant guidance and additional details without cluttering the interface.

Basic Example

Enable tooltips using the data-bs-toggle="tooltip" attribute. Tooltips can be enhanced with icons and styled to match your application's design.

Basic Tooltip
Loading...

Tooltip Directions

Position tooltips in four directions using data-bs-placement: top, right, bottom, or left. Each direction is useful for different UI layouts and space constraints.

Directional Tooltips
Loading...

Tooltips can include HTML content for rich formatting, icons, and multiple lines of text. Enable HTML content using the data-bs-html="true" attribute.

HTML Content Tooltip
Loading...

Add tooltips to any interactive element to provide additional context. This is particularly useful for links, buttons, and form elements where extra guidance might be needed.

Interactive Elements with Tooltips
Loading...

Custom Styled Tooltips

Customize tooltip appearance using CSS variables and custom classes. Create branded tooltips that match your application's design system.

Custom Styled Tooltips
Loading...

On this page


Copyright © 2025 Your Company. All rights reserved.

Version 1.0.4