Installation

Get started with Svelte Command Palette in just a few minutes.

Requirements

  • Svelte 5.0 or higher
  • SvelteKit 2.0 or higher (recommended)
  • Node.js 18 or higher

Package Installation

Install the package using your preferred package manager:

npm

Terminal
npm install svelte-command-palette

yarn

Terminal
yarn add svelte-command-palette

pnpm

Terminal
pnpm add svelte-command-palette

Dependencies

The package has minimal dependencies:

PackagePurpose
fuse.jsFuzzy search functionality
tinykeysKeyboard shortcut handling
csstypeTypeScript CSS property types

Next Steps

After installation, head to the Quick Start guide to set up your first command palette.