.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