File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ![ React Headless Nested Menu Logo] ( . /images/logo.png)
1
+ ![ React Headless Nested Menu Logo] ( https://github.com/cdes/react-headless-nested-menu/raw/master /images/logo.png)
2
2
3
3
# React Headless Nested Menu
4
4
5
- A useful hook that gives you all the functions you need to create a multi-level menu using your own components!
5
+ A useful headless component ( hook) that gives you all the functions you need to create a multi-level menu using your own components!
6
6
7
7
### Features
8
8
9
9
- Only functionality, no need to fight with CSS classes and overrides to customize your menu.
10
10
- Created in TypeScript, so you get types out of the box.
11
11
- Fully configurable behavior (open on click or hover).
12
12
13
- ![ React Headless Nested Menu Logo] ( . /images/preview.png)
13
+ ![ React Headless Nested Menu Logo] ( https://github.com/cdes/react-headless-nested-menu/raw/master /images/preview.png)
14
14
15
15
### Installation
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-headless-nested-menu" ,
3
- "version" : " 1.0.0-development " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " A useful headless component (hook) that gives you all the functions you need to create a multi-level menu using your own components!" ,
5
5
"keywords" : [
6
6
" menu" ,
93
93
"devDependencies" : {
94
94
"@commitlint/cli" : " ^11.0.0" ,
95
95
"@commitlint/config-conventional" : " ^11.0.0" ,
96
- "@types/react" : " ^16.9.49" ,
97
96
"@types/jest" : " ^26.0.13" ,
98
97
"@types/node" : " ^14.10.2" ,
98
+ "@types/react" : " ^16.9.49" ,
99
99
"colors" : " ^1.4.0" ,
100
100
"commitizen" : " ^4.2.1" ,
101
101
"coveralls" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments