Components
3 posts tagged with "Components"
.chip
element
The .chip action display a chip. It belongs to the components category within the ui area.
Action Syntax
.chip "text"
A quoted text string
.chip $variable
A variable name starting with $
.chip !set:icon "text"
An icon in format !set:name followed by A quoted text string
.chip !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.chip +imagetag "text"
An image tag starting with + followed by A quoted text string
.chip +imagetag $variable
An image tag starting with + followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
vertical
shows icon above the label
.copy-textbox
element
The .copy-textbox action display a text box with a copy icon that allows users to copy text to the system clipboard. It belongs to the components category within the ui area.
Action Syntax
.copy-textbox $variable
A variable name starting with $
.copy-textbox "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Tags
ui
clipboard
Examples
// Basic Usage
.copy-textbox $text
Related Actions
- `` -
- `` -
Action code: 3875451499
Version: 0.6.4-2
Last updated: 2025-06-13
.copyright
element
The .copyright action displays a copyright phrase with the current year. It belongs to the components category within the ui area.
Action Syntax
.copyright $variable
A variable name starting with $
.copyright "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.copyright $text
Action code: 308011546
Version: 0.6.4
Last updated: 2025-06-13