Versions Compared

Key

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

...

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

Code Block
<span role="button" class="text-decoration-underline text-secondary"
          data-bs-toggle="popover"
          data-bs-title="Popover title"
          data-bs-content="And here's some amazing content. It's very engaging. Right?">
  Click to toggle popover
</span>

...