+decorate
(.nav)
The +decorate
action basic mobile navigation button with icon and a label. It belongs to the buttons category within the ui area.
Action Syntax
+decorate !set:icon "text"
An icon in format !set:name followed by A quoted text string
+decorate !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
+decorate !set:icon [file]
An icon in format !set:name followed by A file reference
+decorate !set:icon $variable [file]
An icon in format !set:name followed by A variable name starting with $ followed by A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.nav-button !icon "Label"
// Using Variables
// Display dynamic content from variables
.nav-button !icon $label [block]
Action code: 3719915690
Version: 0.6.4-7
Last updated: 2025-06-13