.corner-banner
element
The .corner-banner
action a fixed corner diagonal banner in the upper right of the app screen. It belongs to the specialfx category within the ui area.
Action Syntax
.corner-banner "text"
A quoted text string
.corner-banner $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.corner-banner "label"
// Using Variables
// Display dynamic content from variables
.corner-banner $label
Action code: 1630827705
Version: 0.6.4
Last updated: 2025-06-13