Please note, icon are not packed with MumpUI.
Menu component props| Name | Type | Usage |
|---|---|---|
.. | All div element props | |
active | string | |
onChange | function | |
items | array | Array of menu item objects |
basePath | string | Application base path which is also set in the router |
item object keys| Name | Type | Usage |
|---|---|---|
key | string | |
label | string | |
path | string | Navigate to path on click |
icon | jsx | |
next | array | Array of menu item object under this item |