1.0.3 • Published 5 years ago

react-awesome-mega-menu v1.0.3

Weekly downloads
17
License
ISC
Repository
github
Last release
5 years ago
AttributeTypeDefault ValuesDescription
nodeListarray[]Node List description
widthstring"100%"Width of the mega menu
heightstring"100%"Height of the Mega menu
itemIdSeperatorstring"/"Node identifier seperator
onNodeClickfuncFunction to invoke when mega menu item is clicked
import MegaMenu from "react-awesome-mega-menu";
<MegaMenu nodeList={nodeList} onNodeClick={val => console.log(val)} />

alt text

$ npm i react-awesome-mega-menu --save

This project is licensed under the ISC License