We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71c137 commit 1431976Copy full SHA for 1431976
src/directives/tooltip/README.md
@@ -3,6 +3,8 @@
3
> Documentation and examples for adding custom BootstrapVue tooltips, using Bootstrap v4 CSS for
4
> styling and animations. Tooltips can be triggered by hovering, focusing, or clicking an element
5
6
+## Overview
7
+
8
Use the `v-b-tooltip` directive on any element or component where you would like a tooltip to
9
appear.
10
@@ -14,8 +16,6 @@ appear.
14
16
<!-- b-tooltip.vue -->
15
17
```
18
-## Overview
-
19
Things to know when using the tooltip directive:
20
21
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
0 commit comments