better-mui-menu 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# better-mui-menu
|
|
2
2
|
|
|
3
|
-
[](https://github.com/eggei/better-mui-menu/actions/workflows/ci.yml) [](https://codecov.io/gh/eggei/better-mui-menu) [](https://www.npmjs.com/package/better-mui-menu) [](https://www.npmjs.com/package/better-mui-menu) [](https://opensource.org/licenses/MIT)
|
|
3
|
+
[](https://github.com/eggei/better-mui-menu/actions/workflows/ci.yml) [](https://github.com/eggei/better-mui-menu/actions/workflows/security.yml) [](https://codecov.io/gh/eggei/better-mui-menu) [](https://www.npmjs.com/package/better-mui-menu) [](https://www.npmjs.com/package/better-mui-menu) [](https://opensource.org/licenses/MIT)
|
|
4
4
|
|
|
5
5
|
`better-mui-menu` is a lightweight drop-in for Material UI that keeps a normal `Menu` structure while adding nested menus and full keyboard accessibility so nothing breaks audits or expectations in an MUI app.
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ Try it:
|
|
|
12
12
|
|
|
13
13
|
[](https://codesandbox.io/p/sandbox/9j2z7n)
|
|
14
14
|
|
|
15
|
-

|
|
16
16
|
|
|
17
17
|
## Features
|
|
18
18
|
|