--- title: Command description: Fast, composable, unstyled command menu. source: apps/www/src/lib/registry/default/ui/command primitive: https://www.radix-vue.com/components/combobox.html --- ## Installation ```bash npx shadcn-vue@latest add command ``` ## Usage ```vue ``` ## Examples ### Dialog To show the command menu in a dialog, use the `` component. ```vue ``` ### Combobox You can use the `` component as a combobox. See the [Combobox](/docs/components/combobox) page for more information.