Skip to main content

Basic button

A basic button that can encourage user action through a clear area and text.

basic_anatomy.svg

1. Root : The top-level container area that wraps the button
2. Label : The button label
3. Icon(Prefix) : Icon area providing a visual supplement to the label
4. Icon(Suffix) : Icon area providing a visual supplement to the label



States

StateValueDescription
PressedBooleanChanges to True when the button is being clicked by touch
DisabledBooleanIf True, the button is in an unresponsive state
LoadingBooleanIf True, a loader appears in the button and it becomes unresponsive

basic_state.svg



Properties

StateValueDescription
PressedBooleanChanges to True when the button is being clicked by touch
DisabledBooleanIf True, the button is in an unresponsive state
LoadingBooleanIf True, a loader appears in the button and it becomes unresponsive

basic_hierarchy.svg
basic_size.svg