File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2727Things 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.
Original file line number Diff line number Diff line change 2525Things 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
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ to appear.
2121Things 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.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ appear.
1919Things 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.
You can’t perform that action at this time.
0 commit comments