LogoStarterkitpro
Components

Command Menu

A keyboard-accessible command palette for quick navigation

A keyboard-accessible command menu that provides quick navigation to different parts of your application. Access it with Cmd+K (Mac) or Ctrl+K (Windows).

Command Menu

The command menu can include navigation links, theme toggles, and other actions for quick access.

Command Menu with Search

Usage

import { CommandMenu } from "@/components/shared/command-manue";

Tips

  • Add the most frequently used navigation links to the command menu
  • Include theme toggle and other common actions
  • Customize the search functionality to match your application's needs
  • Make sure to include keyboard shortcuts in the UI for better accessibility
  • Consider adding section dividers for different types of commands

On this page