The perfect ⌘K menu
Demo · NPM · Product Hunt · StackBlitz · CodeSandbox
If you're a startup or founder using this for your application and need some help setting it up, or perhaps even need a separate cmdk interface tailored to your application, you can reach out to at yo@harshsingh.xyz.
This library is a monorepo built with Turborepo. It consists of the following:
kmenu
: the official kmenu NPM package.eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
).typescript-config
:tsconfig.json
s used throughout the monorepo.
To build all apps and packages, run the following command:
yarn build
To develop all apps and packages, run the following command:
yarn dev