Loading...
Loading...
Loading...
⌘K command palette with grouped search results and keyboard navigation.
Install
npx bouncekit@latest add commandmenuImport
import { CommandMenu } from "@/components/dashboard/command-menu"API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
groups | CommandMenuGroup[] | yes | Grouped command items. |
open | boolean | yes | Controlled open state. |
onOpenChange | (open: boolean) => void | yes | Open state change handler. |
Source
src/components/dashboard/command-menu.tsx