Footers
4 posts tagged with "Footers"
.bottom-navbar
element
The .bottom-navbar action displays a standard buttom app bar. It belongs to the navbars category within the ui area.
Action Syntax
.bottom-navbar "text"
A quoted text string
.bottom-navbar $variable
A variable name starting with $
.bottom-navbar "text" "text"
A quoted text string followed by A quoted text string
.bottom-navbar "text" "text" "text"
A quoted text string followed by A quoted text string followed by A quoted text string
Valid sizes
tiny
small
medium
large
extra
Modifiers
appendable
The .bottom-navbar action supports the appendable modifier.
.fixed-footer
element
The .fixed-footer action Creates a footer that stays visible during page changes. It belongs to the footers category within the layout area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.fixed-footer
Action code: 1255679151
Version: 0.6.4-2
Last updated: 2025-06-13
.footer
element
The .footer action Creates a footer at the bottom of your app. It belongs to the footers category within the layout area.
Action Syntax
.footer "text"
A quoted text string
.footer $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.footer "Footer"
// Using Variables
// Display dynamic content from variables
.footer $title
Action code: 359660245
Version: 0.6.4-19
Last updated: 2025-06-13
.footer-nav
element
The .footer-nav action Adds clickable navigation items to your footer. It belongs to the footers category within the layout area.
Action Syntax
.footer-nav !set:icon [file]
An icon in format !set:name followed by A file reference
.footer-nav +imagetag [file]
An image tag starting with + followed by A file reference
.footer-nav "text" [file]
A quoted text string followed by A file reference
.footer-nav [file]
A file reference
.footer-nav !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
.footer-nav +imagetag "text" [file]
An image tag starting with + followed by A quoted text string followed by A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.footer-nav !icon [block]
Action code: 1821097844
Version: 0.6.4-6
Last updated: 2025-06-13