https://github.com/borabaloglu/cmdk-base
Fast, unstyled command menu React component.
https://github.com/borabaloglu/cmdk-base
Last synced: 25 days ago
JSON representation
Fast, unstyled command menu React component.
- Host: GitHub
- URL: https://github.com/borabaloglu/cmdk-base
- Owner: borabaloglu
- License: mit
- Created: 2025-01-26T04:20:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T03:07:40.000Z (2 months ago)
- Last Synced: 2025-03-08T19:35:06.955Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://cmdk-base.vercel.app
- Size: 384 KB
- Stars: 31
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - cmdk-base
README
# ⌘K Base

[](https://npmjs.com/package/cmdk-base)
[](https://npmjs.com/package/cmdk-base)
[](https://github.com/borabaloglu/cmdk-base/blob/main/LICENSE)⌘K Base is a Fast, composable, unstyled command menu for React.
This is a port of [⌘K](https://github.com/pacocoursey/cmdk) using [Base UI's Dialog](https://base-ui.com/react/components/dialog) internally. It was originally created by [Paco Coursey](https://paco.me/).
## Usage
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 (
No results found.
a
b
c
Apple
)
}
```## Documentation
You can use original [⌘K documentation](https://github.com/pacocoursey/cmdk) for more information.