Command

Fast, composable command menu for React.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/command

Usage

Import the component from the package:

import { Command } from "@/registry/ui/command"

Then use it in your application:

<Command />

Examples

Default