mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
28 lines
372 B
Markdown
28 lines
372 B
Markdown
---
|
|
github: true
|
|
description: Display content that appears on hover next to an element.
|
|
---
|
|
|
|
## Usage
|
|
|
|
::component-example
|
|
#default
|
|
:tooltip-example
|
|
#code
|
|
```vue
|
|
<template>
|
|
<UTooltip text="Tooltip example" :shortcuts="['⌘', 'O']">
|
|
<UButton color="gray" label="Hover me" />
|
|
</UTooltip>
|
|
</template>
|
|
```
|
|
::
|
|
|
|
## Props
|
|
|
|
:component-props
|
|
|
|
## Preset
|
|
|
|
:component-preset
|