Nav Drawer Starter

Live Demo

Nav Drawer Starter provides a starter template that allows you to scaffold a JET app with a navigation drawer, as follows:

ojet create MyApp --template=navdrawer


There are two versions: a responsive design intended for web apps and a fixed design intended for hybrid apps. The responsive web app version has a header that provides navigation and a footer. On large displays, the header is full size, but on smaller displays it displays a button that opens a navigation drawer. The hybrid app version has a simple header with a button that opens a navigation drawer and no footer. When you scaffold a web app with the Nav Drawer Starter, the web version is used by default, and when you scaffold a hybrid app, the hybrid version is used. You can override the default, such as in this example of scaffolding a web app with the Nav Drawer Starter hybrid version:

ojet create MyApp --hybrid --template=navdrawer

Information

Desktop, Tablet or Mobile Phone; Web or Hybrid App
English