Command Menu
A global keyboard-first command palette with fuzzy filtering, category badges, and keyboard arrow controls.
Press ⌘K anywhere on the page to open.
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/command-menu
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| isOpen | boolean | false | Control visibility |
| onClose | () => void | Required | Close handler callback |