mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 07:20:58 +00:00
Fix popover live demo to use data-bs-title instead of title (#36613)
This commit is contained in:
parent
cfabeb71fa
commit
a877c5d04a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" 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?">Click to toggle popover</button>
|
||||
{{< /example >}}
|
||||
|
||||
### Four directions
|
||||
|
|
|
|||
Loading…
Reference in a new issue