Files
ui/docs/content/5.overlays/3.popover.md
Benjamin Canac 6da0db0113 feat: rewrite to use app config and rework docs (#143)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-05-04 14:49:19 +02:00

435 B

github, headlessui
github headlessui
true
label to
Popover https://headlessui.com/vue/popover

Usage

::component-example #default :popover-example #code

<template>
  <UPopover>
    <UButton color="white" label="Open" trailing-icon="i-heroicons-chevron-down-20-solid" />

    <template #panel>
      <!-- Content -->
    </template>
  </UPopover>
</template>

::

Props

:component-props

Preset

:component-preset