Command Palette Empty @astryx-svelte/core v0.3.0 · CommandPalette
Usage
Empty state display for the results area. Rendered automatically by CommandPalette for no-results and no-query states.tsimport { CommandPalette } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.CommandPaletteEmpty — Basic
A command palette with no results, showing a custom empty message via emptyBootstrapText. Use to explain why the palette is empty and what the user can do next.