An awesome mega menu component
npm install react-awesome-mega-menuThe package will generate a mega menu up to 10 columns
| Attribute | Type | Default Values | Description |
| --------------- | :----: | -------------: | ------------------------------------------------: |
| nodeList | array | [] | Node List description |
| width | string | "100%" | Width of the mega menu |
| height | string | "100%" | Height of the Mega menu |
| itemIdSeperator | string | "/" | Node identifier seperator |
| onNodeClick | func | | Function to invoke when mega menu item is clicked |
``shell`
import MegaMenu from "react-awesome-mega-menu";
`shell``
$ npm i react-awesome-mega-menu --save
This project is licensed under the ISC License