# Tooltip A popup that reveals information when hovering over an element. > Based on [Reka UI Tooltip](https://reka-ui.com/docs/components/tooltip) ## Key Props - `text`: to set the content of the Tooltip. - `kbds`: to render [Kbd](/docs/components/kbd) components in the Tooltip. - `content`: to control how the Tooltip content is rendered, like its `align` or `side` for example. - `arrow`: to display an arrow on the Tooltip. - `disabled`: to disable the Tooltip. ## Usage ```vue /> ```