button(label: str, size: float = 1.0)
button
label
size
1.0
from preswald import button # Create a simple button button(label="Click Me!")
Was this page helpful?