.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
.divider-bar.left "example text"
.right
align text to right
.divider-bar.right "example text"
Examples
// Basic Usage
.divider-bar "text"
// Using Variables
// Display dynamic content from variables
.divider-bar $text
// With Styles
// Apply the .left style modifier
.divider-bar.left "example text"
Action code: 3870836678
Version: 0.6.4-0
Last updated: 2025-06-13