File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
Things to know when using popover component:
28
28
29
29
- 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.
30
+ - Popovers require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
31
31
- Specify ` container ` as ` null ` (default, appends to ` <body> ` ) to avoid rendering problems in more
32
32
complex components (like input groups, button groups, etc). You can use ` container ` to optionally
33
33
specify a different element to append the rendered popover to.
Original file line number Diff line number Diff line change 25
25
Things to know when using tooltip component:
26
26
27
27
- 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.
28
+ - Tooltips require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
29
29
- Triggering tooltips on hidden elements will not work.
30
30
- Specify ` container ` as ` null ` (default, appends to ` <body> ` ) to avoid rendering problems in more
31
31
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,7 +21,7 @@ to appear.
21
21
Things to know when using the popover directive:
22
22
23
23
- 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.
24
+ - Popovers require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
25
25
- If both title and content is not provided (or are an empty string), the popover will not show.
26
26
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like
27
27
input groups, button groups, etc).
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ appear.
19
19
Things to know when using the tooltip directive:
20
20
21
21
- 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.
22
+ - Tooltips require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
23
23
- If a title is not provided (or is an empty string), the tooltip will not show.
24
24
- Specify container: 'body' (the default) to avoid rendering problems in more complex components
25
25
(like input groups, button groups, etc).
You can’t perform that action at this time.
0 commit comments