Svelte Command Palette

A keyboard-driven command palette component with fuzzy search, vim-style navigation support, and customizable theming. Features include shortcut key activation (Cmd/Ctrl+K), arrow/vim key navigation, item filtering by label/description/keywords, and accessible ARIA markup for screen readers.

Setup #

  • Svelte
<script lang="ts">
  import { CommandPalette } from  'flowbite-svelte';
</script>

Usage Examples #

See examples and code.

Component data #

The component has the following props, type, and default values. See types page for type information.

Loading...

GitHub Links #

LLM Link #