Skip to main content

CommandPalette

Function CommandPalette 

Source
pub fn CommandPalette(props: CommandPaletteProps) -> impl IntoView
Expand description

Registry-driven command palette: fuzzy-ranked, shows recents when the query is empty, descends into submenus, and displays keybinding hints.

Toggle visibility through the open signal (typically bound to a shortcut). Arrow keys move the selection, Enter runs or opens the active command, Backspace pops a submenu level, and Escape closes.

ยงRequired Props