-
Goal: I want to build a navigation sidebar with a json response
-
Steps: I am tried Mapped menu items Label in the navigation component.
-
Details:
-
Details:
-
I am using the navigation component
-
Using this json to draw the navigation component
"data": {
"pages": [
{
label: 'Payments',
pages: [
{
label: 'Payout',
level: 1,
actions: []
},
{
label: 'Payin',
level: 1,
actions: []
}
]
},
{
label: 'Dummy',
pages: [
{
label: 'Dummy 1',
level: 2,
actions: []
},
{
label: 'Dummy 2',
level: 2,
actions: []
}
]
}
]
},
- Screenshots: