Skip to content

Files

Latest commit

 

History

History
33 lines (30 loc) · 545 Bytes

api-sideMenu.mdx

File metadata and controls

33 lines (30 loc) · 545 Bytes
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: Layout

Center component, contains the main application.

left?: Layout

Contain the left component layout.

right?: Layout

Contain the right component layout.