Basic button
A basic button that can encourage user action through a clear area and text.
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
| State | Value | Description |
|---|---|---|
| Pressed | Boolean | Changes to True when the button is being clicked by touch |
| Disabled | Boolean | If True, the button is in an unresponsive state |
| Loading | Boolean | If True, a loader appears in the button and it becomes unresponsive |
Properties
| State | Value | Description |
|---|---|---|
| Pressed | Boolean | Changes to True when the button is being clicked by touch |
| Disabled | Boolean | If True, the button is in an unresponsive state |
| Loading | Boolean | If True, a loader appears in the button and it becomes unresponsive |