Fast, unstyled command menu React component.
npm install cmdk-base



⌘K Base is a Fast, composable, unstyled command menu for React.
This is a port of ⌘K using Base UI's Dialog internally. It was originally created by Paco Coursey.
To start using ⌘K Base, install it in your project:
``bash`
npm install cmdk-base
Use the Command in your application:
`tsx
import { Command } from "cmdk-base"
function CommandMenu() {
return (
)
}
``
You can use original ⌘K documentation for more information.