diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/tooltips.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 0c8ec2155..b4b28377c 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -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> |
