🌐 AI搜索 & 代理 主页
Skip to content

Commit 569c95c

Browse files
tmorehousejacobmllr95
authored andcommitted
chore(docs): minor updates to tooltip/popover docs (#4045)
* chore(docs): minor updates to tooltip/popover docs * Update README.md * Update README.md * Update README.md * Update README.md
1 parent f7387f8 commit 569c95c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/components/popover/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
Things to know when using popover component:
2828

2929
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
30+
- Popovers require BootstrapVue's custom SCSS/CSS for transitions and color variants.
3031
- Specify `container` as `null` (default, appends to `<body>`) to avoid rendering problems in more
3132
complex components (like input groups, button groups, etc). You can use `container` to optionally
3233
specify a different element to append the rendered popover to.

src/components/tooltip/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
Things to know when using tooltip component:
2626

2727
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
28+
- Tooltips require BootstrapVue's custom SCSS/CSS for transitions and color variants.
2829
- Triggering tooltips on hidden elements will not work.
2930
- Specify `container` as `null` (default, appends to `<body>`) to avoid rendering problems in more
3031
complex components (like input groups, button groups, etc). You can use container to optionally

src/directives/popover/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ to appear.
2121
Things to know when using popovers:
2222

2323
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
24+
- Popovers require BootstrapVue's custom SCSS/CSS for transitions and color variants.
2425
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like
2526
input groups, button groups, etc).
2627
- Triggering popovers on hidden elements will not work.

src/directives/tooltip/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ appear.
1919
Things to know when using tooltips:
2020

2121
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
22+
- Tooltips require BootstrapVue's custom SCSS/CSS for transitions and color variants.
2223
- Specify container: 'body' (the default) to avoid rendering problems in more complex components
2324
(like input groups, button groups, etc).
2425
- Triggering tooltips on hidden elements will not work.

0 commit comments

Comments
 (0)