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