mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxt.com>
6 lines
109 B
Vue
6 lines
109 B
Vue
<template>
|
|
<UTooltip text="Tooltip">
|
|
<UButton color="gray" label="Button" />
|
|
</UTooltip>
|
|
</template>
|