Command Palette Item @astryx-svelte/core v0.3.0 · CommandPalette
Usage
A selectable item. Accepts arbitrary children for full rendering control. Registers with context for keyboard navigation when inside CommandPalette.tsimport { CommandPalette } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.CommandPaletteItem — Basic
Selectable command palette items inside a CommandPaletteList, including highlighted and disabled states. Use when composing a palette manually instead of a search source.