diff options
| author | XhmikosR <[email protected]> | 2023-01-02 17:44:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-02 17:44:55 +0200 |
| commit | dbdfab8a952bd0844d405eedeaf3ee2a0177bd9f (patch) | |
| tree | 3dacd54bb7661e2da4300eb7ea9038e4218ef80a /site/content/docs/5.3/components/tooltips.md | |
| parent | d0b0fec4092ffe203adcccbe7892cdabef1b5a06 (diff) | |
| download | bootstrap-dbdfab8a952bd0844d405eedeaf3ee2a0177bd9f.tar.xz bootstrap-dbdfab8a952bd0844d405eedeaf3ee2a0177bd9f.zip | |
Update tooltips.md
Diffstat (limited to 'site/content/docs/5.3/components/tooltips.md')
| -rw-r--r-- | site/content/docs/5.3/components/tooltips.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/content/docs/5.3/components/tooltips.md b/site/content/docs/5.3/components/tooltips.md index ef269eca4..42b9f6e70 100644 --- a/site/content/docs/5.3/components/tooltips.md +++ b/site/content/docs/5.3/components/tooltips.md @@ -46,8 +46,7 @@ const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstra Hover over the links below to see tooltips: {{< example class="tooltip-demo" stackblitz_add_js="true" >}} -<p class="muted">Placeholder text to demonstrate some <a href="#" data-bs-toggle="tooltip" data-bs-title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-bs-toggle="tooltip" data-bs-title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-bs-toggle="tooltip" data-bs-title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-bs-toggle="tooltip" data-bs-title="The last tip!">your own</a> site or project. -</p> +<p class="muted">Placeholder text to demonstrate some <a href="#" data-bs-toggle="tooltip" data-bs-title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-bs-toggle="tooltip" data-bs-title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-bs-toggle="tooltip" data-bs-title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-bs-toggle="tooltip" data-bs-title="The last tip!">your own</a> site or project.</p> {{< /example >}} {{< callout warning >}} |
