.btn
element
The .btn
action Creates a clickable button that can trigger actions. It belongs to the html category within the ui area.
Action Syntax
.btn "text"
A quoted text string
.btn $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.btn "Click me"
// Using Variables
// Display dynamic content from variables
.btn $button-text
Action code: 3874454246
Version: 0.6.4-3
Last updated: 2025-06-13