id | title | sidebar_label |
---|---|---|
sideMenu-api |
Side Menu |
Side Menu |
This layout allows to implement sidemenus, which can be opened by swiping from one side towards the other side.
{
left: {
component: {}
},
center: {
stack: {
options: {},
children: [{
component: {}
}]
}
},
right: {
component: {}
}
}
Center component, contains the main application.
Contain the left component layout.
Contain the right component layout.