Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 8575155

Browse files
Foxandxsswesleycho
authored andcommitted
docs(tooltip): add badge to appendToBody
Closes #5544
1 parent d546671 commit 8575155

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/popover/docs/readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ All these settings are available for the three types of popovers.
3030

3131
* `popover-append-to-body`
3232
<small class="badge">$</small>
33-
_(Default: `false`)_ -
33+
<small class="badge">C</small>
34+
_(Default: `false`, Config: `appendToBody`)_ -
3435
Should the popover be appended to '$body' instead of the parent element?
3536

3637
* `popover-is-open`

src/tooltip/docs/readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ All these settings are available for the three types of tooltips.
2828

2929
* `tooltip-append-to-body`
3030
<small class="badge">$</small>
31-
_(Default: `false`)_ -
31+
<small class="badge">C</small>
32+
_(Default: `false`, Config: `appendToBody`)_ -
3233
Should the tooltip be appended to '$body' instead of the parent element?
3334

3435
* `tooltip-class` -

0 commit comments

Comments
 (0)