react-cmdk
react-cmdk copied to clipboard
A fast, accessible, and pretty command palette for React
Im using create react app v5.0.1 with react v17.0.2 and getting
Whenever a user navigates to a command with sub-commands, there's nothing to tell the user to press the Escape key to go back. I think showing some sort of help...
## Changes - Hitting `Backspace` when the search field is empty will run the `onEscape` function on the `CommandPalette.Page` component now. ## Demo https://user-images.githubusercontent.com/19674362/175822065-263f1014-bd33-415f-bb59-91426b04d935.mp4
I just installed and it came with the dark mode by default. I did not find in the docs a way to set Light mode as default mode. 
Can we access the handler for theme change? for dark and light I think it would be useful.
Currently the filtering of the search results with `filterItems()` are quite plain (it just filters with `.includes()` of the items array). Adding a custom filtering function to `filterItems()` would be...
Hi, I would like to set my own Icons I'm using in my system. Can adapt the library to accept other Icons? Thank you ## Funding * You can sponsor...
Hello, I tried to copy paste the example into my projects and I am getting the following error: ``` TypeError: undefined is not an object (evaluating '_react2.Transition.Child') ``` We are...
Every item in the command pallette is tendered with a gray text at the end of the line Can we make it customizable?
 Is there a way to change the search icon to something else? ## Funding * You can sponsor this specific effort via a [Polar.sh](https://polar.sh) pledge below * We receive...