GitHub

Header & Footer

Generic structural bars that work inside any flex-column container: page, drawer, card, modal, sheet. Use .header for top bars and .footer for bottom bars.

Header

App Header (Ionic-style Toolbar)

Preview
My App

Header with Back Button & Title

Preview
Settings

Header with Color

Preview
Primary Header
Neutral Header

Glass Header

Preview
Glass Header

Header No Border

Preview
No Border

Footer

Web Footer

Preview

Footer as Toolbar (Action Bar)

Preview

Footer with Color

Preview
Primary Footer
Neutral Footer

Glass Footer

Preview
Glass Footer

Website Footer (Scrollable, 3 Columns)

Preview
My Website

Welcome

Scroll down to see the website footer. Unlike the fixed .footer toolbar, this footer lives inside the scrollable content area and moves with the page.

Inside a Page

Full Page Layout

Preview
My App

Page content goes here. The header stays at the top and footer at the bottom.

© 2026 My App

Reference

Class Description
.headerTop bar — flex, space-between, border-bottom, width 100%
.footerBottom bar — flex, border-top
.contentScrollable body between header/footer
.header.glass / .footer.glassGlassmorphism variant
.header.no-border / .footer.no-borderRemove border
.color-*Color composition (primary, neutral, etc.)
Tip: .header and .footer are generic structural primitives. They work inside any flex-column container: .page, .drawer, .card, .modal, etc. For iOS-style bottom tab navigation, combine .footer with the .tabbar modifier.