Skip to content

Commit 56147d8

Browse files
committed
Update readme
1 parent 45aa6d7 commit 56147d8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ A useful hook that gives you all the functions you need to create a multi-level
1010
- Created in TypeScript, so you get types out of the box.
1111
- Fully configurable behavior (open on click or hover).
1212

13+
![React Headless Nested Menu Logo](./images/preview.png)
14+
1315
### Installation
1416

1517
```bash
@@ -128,6 +130,8 @@ React.render(<App />, rootElement);
128130
## To do
129131

130132
- Improve documentation.
133+
- Add more example.
134+
- Add tests.
131135
- Use popper for positioning menus.
132136

133137
## Examples

images/preview.png

14.4 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-headless-nested-menu",
3-
"version": "0.5.0",
3+
"version": "1.0.0-development",
44
"description": "A useful headless component (hook) that gives you all the functions you need to create a multi-level menu using your own components!",
55
"keywords": [
66
"menu",

0 commit comments

Comments
 (0)