mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
513 B
513 B
github, description, headlessui
| github | description | headlessui | ||||
|---|---|---|---|---|---|---|
| true | Display a non-modal dialog that floats around a trigger element. |
|
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