Bottom Application Menu

by Whakerexa

Description

This page demonstrates a “mobile app” layout: a bottom navigation bar and slide-in menus. The HTML on this page is the reference (doc + demo).

What this example shows

JavaScript

The visual layout is CSS. JavaScript is only used to open/close the menus (see MenuManager: initMobileToggle() and registerSubmenu(...)).

Customization

App menus can be positioned using CSS variables (see inline styles on the aside.appmenu blocks, e.g. --appmenu-position and --appmenu-align).