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