Link
2 posts tagged with "Link"
.app-icon
element
The .app-icon action displays an app icon. must have dev-mode enabled!. It belongs to the app category within the platform area.
Action Syntax
.app-icon @reference
A reference starting with @
Valid sizes
tiny
small
medium
large
extra
Modifiers
link
The .app-icon action supports the link modifier.
Examples
// Basic Usage
.app-icon @apptag
Action code: 1569328329
Version: 0.6.4-11
Last updated: 2025-06-13
.header
element
The .header action Creates a header bar at the top of your app. It belongs to the headers category within the layout area.
Action Syntax
.header "text"
A quoted text string
.header !set:icon "text"
An icon in format !set:name followed by A quoted text string
Valid sizes
tiny
small
medium
large
extra
Modifiers
link
The .header action supports the link modifier.
Examples
// Basic Usage
.header "Awesome"
Action code: 2133981202
Version: 0.6.4-3
Last updated: 2025-06-13