

<Preview name="CommandSurfaceExample" />

## Overview [#overview]

`Command` provides command palette building blocks for shortcut-based and search-driven workflows.

## Usage [#usage]

```tsx
import {
  Command,
  CommandInput,
  CommandList,
  CommandGroup,
  CommandItem,
} from "@tilt-legal/cubitt-components/primitives";
```

## Examples [#examples]

### Surface [#surface]

<Preview name="CommandSurfaceExample" />

### Dialog Open [#dialog-open]

<Preview name="CommandDialogOpenExample" />
