diff options
Diffstat (limited to 'docs/guide/components/info-tooltip')
-rw-r--r-- | docs/guide/components/info-tooltip/index.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/guide/components/info-tooltip/index.md b/docs/guide/components/info-tooltip/index.md index 25425475..b6117924 100644 --- a/docs/guide/components/info-tooltip/index.md +++ b/docs/guide/components/info-tooltip/index.md @@ -1,8 +1,11 @@ # 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. +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) +[Read more about the Bootstrap-vue tooltip +component](https://bootstrap-vue.org/docs/components/tooltip) ## Example |