xref: /openbmc/webui-vue/docs/guide/components/info-tooltip/index.md (revision e8cb2c6a81e8abb75cb63c10c29008d868e7fef2)
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