---
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
No results found.
Calendar
Search Emoji
Calculator
Profile
Billing
Settings
```
## Examples
### Dialog
To show the command menu in a dialog, use the `` component.
```vue
Press
⌘J
No results found.
Calendar
Search Emoji
Calculator
Profile
Billing
Settings
```
### Combobox
You can use the `` component as a combobox. See the [Combobox](/docs/components/combobox) page for more information.