We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d212ff8 commit b04e9fbCopy full SHA for b04e9fb
docs/components/tooltips.md
@@ -103,6 +103,11 @@ Hover over the buttons below to see their tooltips.
103
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip on left">
104
Tooltip on left
105
</button>
106
+{% endhighlight %}
107
+
108
+And with custom HTML added:
109
110
+{% highlight html %}
111
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
112
Tooltip with HTML
113
0 commit comments