This repository was archived by the owner on Oct 5, 2022. It is now read-only.
4.0.0
Added
- Added support for keyboard navigation (up and down arrows).
- Added ability to close menu on esc.
- Added
lazy
prop as an alternative tov-show
. - Added
tag
prop to specify menu tag (defaults to<ul>
).
Changes
- Default menu tag is now
<ul>
and menu is now the top-level element. - Changed how the menu is styled.
Updates
- Updated build process and project structure.
- Ran
npm audit fix
to fix vulnerabilities found from dependencies.