Overview

28 Jun 20171 minute to read

The Essential JavaScript Navigation Drawer with AngularJS support displays a sliding panel, which displays the list of view options. By default, the list of view options is not visible, but you can display it onto the left/right side of the window screen by clicking with the desired target icon.

Key Features

  • Direction: To change the list view options from the right or left side of the window screen for specifying the direction of the Navigation Drawer.
  • Type: To change the transition for specifying the type of the Navigation Drawer.
  • Consider SubPage: Specifies whether the Navigation Drawer to be rendered inside the closest sub page or not.
  • Position: Specifies the position of the Navigation Drawer whether it’s fixed or relative to the page.