Command Palette Footer @astryx-svelte/core v0.3.0 · CommandPalette
Usage
Footer showing keyboard navigation hints. Renders default arrow/Enter/Escape hints when no children are provided.tsimport { CommandPalette } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.CommandPaletteFooter — Basic
A command palette footer with no children, rendering the built-in keyboard navigation hints. Use CommandPaletteFooter without content to get the default arrow-key, Enter, and Esc hints below the results list.