The Tooltip component is small pop-up box that appears when the user moves the mouse pointer over an element.
Sample Code
Output
Bootstrap Custom Tooltip
We set a custom class with data-bs-custom-class="custom-tooltip" to scope our custom appearance and use it to override a local CSS variable.
Sample Code
Output
Bootstrap Tooltip Directions
buttons below to see the four tooltips directions: top, right, bottom, and left.
Sample Code
Output
Bootstrap Tooltip SVG
SVG (Scalable Vector Graphics) is a vector image format that is widely used on the web. It allows for high-quality graphics that can be scaled to any size without loss of quality.