Skip to content

Commit

Permalink
Remove this commit before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 29, 2024
1 parent e34813f commit ae129b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ We use JavaScript similar to the snippet above to render the following live popo
{{< /callout >}}

{{< example stackblitz_add_js="true" >}}
<button type="button" class="btn btn-lg btn-danger" 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</button>
<button type="button" class="btn btn-lg btn-danger" data-bs-toggle="popover" data-bs-title="Popover title" data-bs-content="And here's some amazing content. It's very engaging. Right?" data-bs-placement="bottom">Click to toggle popover</button>
{{< /example >}}

### Four directions
Expand Down

0 comments on commit ae129b2

Please sign in to comment.