react-cmdk icon indicating copy to clipboard operation
react-cmdk copied to clipboard

A fast, accessible, and pretty command palette for React

Results 19 react-cmdk issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/37699234/199285125-c5718fba-9584-4fb3-a015-f2498599c525.png)

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...

polar

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?

![image](https://user-images.githubusercontent.com/24471281/235310457-ecf20742-de07-4536-a158-e1aaa1f78609.png) 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...

polar