1f6df801bSDerick Montague# InfoTooltip 2f6df801bSDerick Montague 349287562SDerick MontagueThe `InfoTooltip` is a custom component that uses a Bootstrap-vue tooltip with 449287562SDerick Montaguean info icon. This custom component requires a title property containing the 549287562SDerick Montaguetooltip text to display to the user. 6f6df801bSDerick Montague 7*7385e139SPatrick Williams[Read more about the Bootstrap-vue tooltip component](https://bootstrap-vue.org/docs/components/tooltip) 8f6df801bSDerick Montague 9f6df801bSDerick Montague## Example 10f6df801bSDerick Montague 11f6df801bSDerick Montague```vue 12*7385e139SPatrick Williams<info-tooltip :title="Title" //should be translated /> 13f6df801bSDerick Montague``` 14f6df801bSDerick Montague 15f6df801bSDerick Montague 16