⌘K palette with multi-source search.
A command palette modal. Open with ⌘K, search across multiple data sources, navigate with arrow keys, open with Enter (or Cmd+Enter for new tab). Supports filter chips and async result streams.
import { CommandMenu } from "@/components/ui/command-menu";
<CommandMenu sources={[searchWorkspaces, searchRows]} />components/ui/ folder. You own the code.