mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 05:28:09 +01:00
372 B
372 B
github, description
| github | description |
|---|---|
| true | 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