mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
38 lines
677 B
Markdown
38 lines
677 B
Markdown
---
|
|
description: Display a non-modal dialog that floats around a trigger element.
|
|
links:
|
|
- label: GitHub
|
|
icon: i-simple-icons-github
|
|
to: https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/overlays/Popover.vue
|
|
- label: 'Popover'
|
|
icon: i-simple-icons-headlessui
|
|
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
|