blob: ebc1a16d60b92cb23530d73e742977e66d84ded1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# InfoTooltip
The `InfoTooltip` is a custom component that uses a Bootstrap-vue tooltip with an info icon. This custom component requires a title property containing the tooltip text to display to the user.
[Read more about the Bootstrap-vue tooltip component](https://bootstrap-vue.org/docs/components/tooltip)
## Example
```vue
<info-tooltip
:title="Title" //should be translated
/>
```

|