summaryrefslogtreecommitdiff
path: root/docs/guide/components/info-tooltip/index.md
blob: 2542547585fd7aff748c1c546d50d9b0613e82cd (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
/>
```

![Tooltip example](./info-tooltip.png)