mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
13 lines
231 B
Vue
13 lines
231 B
Vue
<template>
|
|
<UPopover>
|
|
<UButton
|
|
label="Open Popover"
|
|
color="neutral"
|
|
variant="outline"
|
|
/>
|
|
<template #content>
|
|
<Placeholder class="aspect-video w-60" />
|
|
</template>
|
|
</UPopover>
|
|
</template>
|