← Templates / Sidemenu Starter
A slide-out navigation drawer paired with a top header and a main content area. Ideal for apps with more sections than a tab bar can hold — settings, account, multiple lists and beyond. The drawer toggles open with the header's menu button.
The demo is the real starter, running straight from templates/sidemenu/ — open the menu to switch pages.
Slide-out drawer with a menu list you can extend freely.
App header with a hamburger button and page title.
Backdrop & tap-to-close behaviour for the open drawer.
DedrisFramework components and dedris.css pre-linked.
cordova create myApp com.dedris.myapp MyApp --template cordova-template-dedris-sidemenu
cd myApp
cordova run android
function toggleMenu() {
document.body.classList.toggle("menu-open");
}
Slide-out drawer preview