Files
Basalt2/docs/references/elements/Button.md
2025-09-30 12:42:49 +00:00

11 lines
368 B
Markdown

# Button
_A clickable interface element that triggers actions when pressed. Supports text labels, custom styling, and automatic text centering. Commonly used for user interactions and form submissions._
Extends: `VisualElement`
## Properties
|Property|Type|Default|Description|
|---|---|---|---|
|text|string|Button|Label text displayed centered within the button|