Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If your using a Tooltip as an HTML link. Copy and paste the below code:

Code Block
 <span role="button" class="text-decoration-underline text-secondary" 
          data-bs-custom-class="custom-tooltip" data-bs-placement="top" 
          data-bs-title="This top tooltip is themed via CSS variables." 
          data-bs-toggle="tooltip">
  Custom tooltip
 </span>

...