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>
12 lines
261 B
Vue
12 lines
261 B
Vue
<template>
|
|
<UPopover>
|
|
<UButton color="white" label="Open" trailing-icon="i-heroicons-chevron-down-20-solid" />
|
|
|
|
<template #panel>
|
|
<div class="p-4">
|
|
<Placeholder class="h-20 w-48" />
|
|
</div>
|
|
</template>
|
|
</UPopover>
|
|
</template>
|