Command
Fast, composable command menu for React.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/commandUsage
Import the component from the package:
import { Command } from "@/components/ui/command"Then use it in your application:
<Command />