Button¶
<button>
Components.button(...)
The button component represents a clickable button. It can display text and respond to click events.
Parameters:
text
(required): The text to display on the button.active
: Whether the button is active or not.renderer
: The button renderer to use for custom button styles.
Example (Code-driven):
Example (Data-driven):
Last update:
2024-03-22