kbar icon indicating copy to clipboard operation
kbar copied to clipboard

fast, portable, and extensible cmd+k interface for your site

Results 46 kbar issues
Sort by recently updated
recently updated
newest added

**To allow this use-case** ```js perform: function (actionImpl, ev) { if (ev.ctrlKey || ev.metaKey) { window.open(url, `_blank`) return false // tell kbar not to hide } else { window.location.href =...

It was added to Reach Portal in 0.17, so I had to also bump it's dependency

https://github.com/timc1/kbar/issues/344

Hi there! For our responsive application we are using KBar, but we are omitting the KBarPortal, KBarPositioner and KBarAnimator. In the end we are mainly using KBarProvider with KBarSearch and...

react-virtual is now available as v3 and published under @tanstack/react-virtual. The old version will not receive updates anymore, see https://github.com/cloudscape-design/components/pull/1765#issuecomment-1839426894. Fixes #330 This required a few more changes than I...

It would be great to get some documentation for how you did the "search documents... " K-bar menu in your implementation on the vercel site. It would also be helpful...

![Screenshot 2024-01-06 at 15 56 31](https://github.com/timc1/kbar/assets/103655828/3685ce4f-2dc0-4ce7-8302-f491a5bada7a)

wontfix

Hello! 👋 Since version 0.1.0-beta.**42** the search matching has changed regarding the last word of the `name` of the action. This seems to happen only on actions added using `useRegisterActions`....

wontfix

Steps to reproduce: 1. https://kbar.vercel.app/ 2. CMD+K 3. Write: "search" 4. Select "Search Docs" 5. Search input still says "search"

Hi 👋 Thanks for the great library. It helped me a lot. However, I am concerned about the following warning in the latest version v0.1.0-beta.41: ![Screenshot 2023-08-08 at 1 08...

wontfix