Skip to content

Commit

Permalink
separate out the custom html example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 9, 2016
1 parent d212ff8 commit b04e9fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ Hover over the buttons below to see their tooltips.
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip on left">
Tooltip on left
</button>
{% endhighlight %}

And with custom HTML added:

{% highlight html %}
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
Tooltip with HTML
</button>
Expand Down

0 comments on commit b04e9fb

Please sign in to comment.