XDSCommandPalette
CommandPalette
Root component. Manages open state, search, keyboard navigation, and composition slots.CommandPalette@xds/core
Sub-components (7)
XDSCommandPaletteRoot component. Manages open state, search, keyboard navigation, and composition slots.
XDSCommandPaletteEmptyEmpty state display for the results area. Rendered automatically by XDSCommandPalette for no-results and no-query states.
XDSCommandPaletteFooterFooter showing keyboard navigation hints. Renders default arrow/Enter/Escape hints when no children are provided.
XDSCommandPaletteGroupVisual grouping with a heading label. Place inside XDSCommandPaletteList.
XDSCommandPaletteInputSearch input slot. Auto-focuses on mount. Wires to command palette context when used inside XDSCommandPalette.
XDSCommandPaletteItemA selectable item. Accepts arbitrary children for full rendering control. Registers with context for keyboard navigation when inside XDSCommandPalette.
XDSCommandPaletteListScrollable results container. Renders as a listbox for ARIA. Contains XDSCommandPaletteItem and XDSCommandPaletteGroup children.