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 component](https://bootstrap-vue.org/docs/components/tooltip)
8
9## Example
10
11```vue
12<info-tooltip :title="Title" //should be translated />
13```
14
15![Tooltip example](./info-tooltip.png)
16