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
npm install svelte-command-paletteyarn
yarn add svelte-command-palettepnpm
pnpm add svelte-command-paletteDependencies
The package has minimal dependencies:
| Package | Purpose |
|---|---|
fuse.js | Fuzzy search functionality |
tinykeys | Keyboard shortcut handling |
csstype | TypeScript CSS property types |
Next Steps
After installation, head to the Quick Start guide to set up your first command palette.