summaryrefslogtreecommitdiff
path: root/docs/guide/components/info-tooltip/index.md
blob: b611792409e3af3de05805558fcb4bc40af51e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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)