Divider
4 posts tagged with "Divider"
.banner-divider
element
The .banner-divider action displays an edge to edge colored bar with centered text that serves as a section content divider. It belongs to the divider category within the ui area.
Action Syntax
.banner-divider "text"
A quoted text string
.banner-divider $variable
A variable name starting with $
.banner-divider !set:icon "text"
An icon in format !set:name followed by A quoted text string
.banner-divider !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.banner-divider "text"
// Using Variables
// Display dynamic content from variables
.banner-divider $text
Action code: 1506304184
Version: 0.6.4
Last updated: 2025-06-13
.divider
element
The .divider action basic horizontal divider. It belongs to the divider category within the ui area.
Action Syntax
.divider "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.divider "label"
Action code: 2655586258
Version: 0.6.4
Last updated: 2025-06-13
.divider-bar
element
(.divbar)
The .divider-bar action displays an edge to edge colored bar with centered text that serves as a section content divider. It belongs to the divider category within the ui area.
Action Syntax
.divider-bar "text"
A quoted text string
.divider-bar $variable
A variable name starting with $
.divider-bar !set:icon "text"
An icon in format !set:name followed by A quoted text string
.divider-bar !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.divider-bar +imagetag
An image tag starting with +
.divider-bar +imagetag "text"
An image tag starting with + followed by A quoted text string
.divider-bar +imagetag $variable
An image tag starting with + followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Styles
.left
align text to left
.shape-divider
element
The .shape-divider action shape divider. It belongs to the divider category within the ui area.
Action Syntax
.shape-divider 123
A numeric value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.shape-divider 11
Action code: 231974392
Version: 0.6.4
Last updated: 2025-06-13