Skip to content

CommandMenu

Jump anywhere with the keyboard. Press Ctrl K, type, and go. One palette per page.

Example

<CommandMenu
  items={[
    { label: "Home", href: "/" },
    { label: "Theming guide", href: "/guides/theming", hint: "Guide" },
  }}
/>

Props

PropTypeDefaultDescription
itemsArray-Label + href + optional hint.
placeholderstringType a command…Filter input hint.
labelstringCommand menuDialog landmark name.

Accessibility