BackButton
A button used to go back to the previous screen. To be used with the Bar
component. Adapts to the space available.
Usage
Demonstration
Props
Additional props will get passed to the internal
ButtonBase
component.
label
label
TYPE | DEFAULT VALUE |
---|---|
|
|
The label displayed on the button.
onClick
onClick
TYPE | DEFAULT VALUE |
---|---|
| None |
Gets called when the user activates the button, by either clicking on it or using the enter key of the keyboard.
Last updated