Glitchcn

Command

Command palette for keyboard navigation

Preview
Press Cmd+K to open command palette
Installation
npx shadcn@latest add @glitchcn/command
Usage
import { Command, CommandInput, CommandList, CommandItem } from "@/components/ui/command"

<Command>
  <CommandInput placeholder="Type a command..." />
  <CommandList>
    <CommandItem>Search</CommandItem>
    <CommandItem>Settings</CommandItem>
  </CommandList>
</Command>