.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
Examples
// Basic Usage
.chip "label"
// Using Variables
// Display dynamic content from variables
.chip $var
Action code: 928775233
Version: 0.6.4
Last updated: 2025-06-13