Skip to content

Commit

Permalink
Remove unsupported option from tooltip example
Browse files Browse the repository at this point in the history
  • Loading branch information
ang-zeyu committed Jul 29, 2020
1 parent 2377dd4 commit ae7a0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/userGuide/syntax/tooltips.mbdf
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
<hr />
Trigger
<p>
<tooltip effect="scale" content="Lorem ipsum dolor sit amet" placement="top" trigger="click">
<tooltip content="Lorem ipsum dolor sit amet" placement="top" trigger="click">
<button class="btn btn-secondary">Click</button>
</tooltip>
<br />
<br />
<tooltip effect="scale" content="Lorem ipsum dolor sit amet" placement="top" trigger="focus">
<tooltip content="Lorem ipsum dolor sit amet" placement="top" trigger="focus">
<input placeholder="Focus"></input>
</tooltip>
</p>

**Markdown**:
<tooltip effect="scale" content="*Hello* **World**">
<tooltip content="*Hello* **World**">
<a href="">Hover me</a>
</tooltip>
<br />
Expand Down

0 comments on commit ae7a0bb

Please sign in to comment.