The button
function adds a clickable button to your app.
label
(str): The text displayed on the buttonsize
(float): (Optional) The width of the component in a row. Defaults to 1.0
(full row). See the Layout Guide for details.Here’s an example of how to add a button to your app:
button
?Buttons are fundamental UI elements that provide clear call-to-actions for users. They are essential for creating interactive applications where users need to trigger specific actions.
Note: Button click functionality is currently under development.
The button
function adds a clickable button to your app.
label
(str): The text displayed on the buttonsize
(float): (Optional) The width of the component in a row. Defaults to 1.0
(full row). See the Layout Guide for details.Here’s an example of how to add a button to your app:
button
?Buttons are fundamental UI elements that provide clear call-to-actions for users. They are essential for creating interactive applications where users need to trigger specific actions.
Note: Button click functionality is currently under development.