---
title: Popover
description: Displays rich content in a portal, triggered by a button.
source: https://github.com/radix-vue/shadcn-vue/tree/main/apps/www/src/lib/registry/default/ui/popover
primitive: https://www.radix-vue.com/components/popover.html
---
<<< ../../../lib/registry/default/examples/PopoverDemo.vue
## Installation
```bash
npx shadcn-vue@latest add popover
```
1. Install `radix-vue`:
```bash
npm install radix-vue
```
2. Copy and paste the component source files linked at the top of this page into your project.
## Usage
```vue
Open popover
```