timc1 / kbar

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

Home Page:https://kbar.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plans to port it to appDir?

volnei opened this issue · comments

There are any plan to port it to appDir?

commented

Hey! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

It already works with Next.js app directory, except you've to load the <KBarProvider /> correctly as a client component. Also, the KBar component itself needs to be marked as a client component.

In my use case anyhow it has to dynamically load items from a fetch() call, so that works...