svelte-command-palette icon indicating copy to clipboard operation
svelte-command-palette copied to clipboard

Dead simple command palette for svelte

Results 7 svelte-command-palette issues
Sort by recently updated
recently updated
newest added

Removed the .vscode folder Added the changes in the .getignore

Exclude folders like `.vscode`, `.idea`, etc from being committed. Add to `.gitignore`

Hi folks, Thanks for creating such a cool project, really a great job! I tried to integrate this module into one of my projects and noticed that the keybinding got...

Hi there, thanks so much for this project -- it's doing exactly what I wanted in a keyboard handler/interface! As a feature request, please add the `action` type (maybe as...

I have a use case where users can create new items and so far I need to reload the page every time before a new item is added to the...