Overview
19 Apr 20171 minute to read
Essential JavaScript Navigation Drawer is a sliding panel that displays the list of navigation options on demand. That is, by default, it is not visible but you can display it onto the left/right side of the screen by swiping or by clicking with desired target icon.
Key Features
- Direction: Specifies the rendering direction for the Navigation Drawer. That is, you can display it from right or left side of the page.
- Type: Specifies the transition type of Navigation Drawer.
- Consider SubPage: Specifies whether the Navigation Drawer to be rendered inside the closest subpage or not.
- Position: Specifies the position of the Navigation Drawer. It can be fixed or relative to the page.