mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
35 lines
513 B
Markdown
35 lines
513 B
Markdown
---
|
|
github: true
|
|
description: Display a non-modal dialog that floats around a trigger element.
|
|
headlessui:
|
|
label: 'Popover'
|
|
to: 'https://headlessui.com/vue/popover'
|
|
---
|
|
|
|
## Usage
|
|
|
|
::component-example
|
|
#default
|
|
:popover-example
|
|
#code
|
|
```vue
|
|
<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
|