|
1 | | - |
| 1 | + |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | - <a href="https://kmenu.hxrsh.in/"> |
| 4 | + <a href="https://kmenu.harshsingh.me/"> |
5 | 5 | <h2 align="center">kmenu</h2> |
6 | 6 | </a> |
7 | 7 | </p> |
8 | 8 |
|
9 | 9 | <p align="center">The perfect ⌘K menu </p> |
10 | 10 | <p align="center"> |
11 | | - <a href="https://kmenu.hxrsh.in">Demo</a> |
| 11 | + <a href="https://kmenu.harshsingh.me">Demo</a> |
12 | 12 | · |
13 | 13 | <a href="https://npmjs.com/package/kmenu">NPM</a> |
14 | 14 | · |
|
21 | 21 |
|
22 | 22 | ## Consulting |
23 | 23 |
|
24 | | -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 [hi.harsh@pm.me](mailto:hi.harsh@pm.me). |
| 24 | +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 [h@harshsingh.me](mailto:h@harshsingh.me). |
25 | 25 |
|
26 | 26 | ## Quickstart |
27 | 27 |
|
28 | | -View the [official documentation](https://kmenu.hxrsh.in/docs) for more thorough examples and documentation. |
29 | | - |
30 | 28 | Having trouble? Unsure of something? Feel free to ask away in the [discussions](https://github.com/haaarshsingh/kmenu/discussions). |
31 | 29 |
|
32 | | -Install the [npm package](https://www.npmjs.com/package/kmenu): |
| 30 | +Install the [NPM package](https://www.npmjs.com/package/kmenu): |
33 | 31 |
|
34 | 32 | ```zsh |
35 | 33 | npm add kmenu |
@@ -160,11 +158,11 @@ Here are all the options available on the menu: |
160 | 158 | | loadingState | Whether or not the data is currently loading | boolean | ✅ | |
161 | 159 | | placeholder | The placeholder text on this particular menu | string | ✅ | |
162 | 160 |
|
163 | | -The index is the index of this menu—if you only have a single menu, set this to one. This number is used for opening and closing multiple menus, whenever you want to open a sub menu simply use the `setOpen` command and input the index of the menu you'd like to open. For more information on this, see [nested menus](https://kmenu.hxrsh.in/docs/features/nested-menus). |
| 161 | +The index is the index of this menu—if you only have a single menu, set this to one. This number is used for opening and closing multiple menus, whenever you want to open a sub menu simply use the `setOpen` command and input the index of the menu you'd like to open. |
164 | 162 |
|
165 | 163 | #### useCommands |
166 | 164 |
|
167 | | -After you define your components, you must input them into the `useCommands` hook. Learn more about it [here](https://kmenu.hxrsh.in/docs/hooks/usecommands-hook). |
| 165 | +After you define your components, you must input them into the `useCommands` hook. |
168 | 166 |
|
169 | 167 | ```tsx:CommandMenu.tsx |
170 | 168 | export default () => { |
|
0 commit comments