--- title: Command description: Displays a list of options for the user to pick from—triggered by a button. source: apps/www/src/lib/registry/default/ui/popover primitive: https://www.radix-vue.com/components/popover.html --- ## Installation ```bash npx shadcn-vue@latest add command ``` 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 ```