Nav Bar Starter

Live Demo

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

ojet create MyApp --template=navbar


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 is an icon-based navigation bar. The hybrid app version has a simple header and a mobile navigation bar as the footer. When you scaffold a web app with the Nav Bar 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 Bar Starter hybrid version:

ojet create MyApp --hybrid --template=navbar

Information

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