Skip to content

Commit b04e9fb

Browse files
committed
separate out the custom html example
1 parent d212ff8 commit b04e9fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/components/tooltips.md

+5
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ Hover over the buttons below to see their tooltips.
103103
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip on left">
104104
Tooltip on left
105105
</button>
106+
{% endhighlight %}
107+
108+
And with custom HTML added:
109+
110+
{% highlight html %}
106111
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
107112
Tooltip with HTML
108113
</button>

0 commit comments

Comments
 (0)