Command Palette List @astryx-svelte/core v0.3.0 · CommandPalette
Usage
Scrollable results container. Renders as a listbox for ARIA. Contains CommandPaletteItem and CommandPaletteGroup children.tsimport { CommandPalette } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.CommandPaletteList — Item States
Flat list showing the highlighted, selected, and disabled item states. Use CommandPaletteGroup to add section headings.