We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently I can add a Link component like this:
<CommandItem variant="muted"> <Link className="grow" href="/settings"> <Cog6ToothIcon className="mr-2 size-4" /> settings </Link> </CommandItem>
However I have a few requests:
The text was updated successfully, but these errors were encountered:
I ran into the same issue, currently I do this:
I read in https://github.com/pacocoursey/cmdk/blob/main/ARCHITECTURE.md you don't want to support render props. this is just an idea but maybe you can provide an as prop for passing custom link components like next/link
as
next/link
Sorry, something went wrong.
No branches or pull requests
Currently I can add a Link component like this:
However I have a few requests:
The text was updated successfully, but these errors were encountered: