BackButton
Last updated
Last updated
A button used to go back to the previous screen. To be used with the Bar
component. Adapts to the space available.
Additional props will get passed to the internal
ButtonBase
component.
label
TYPE | DEFAULT VALUE |
---|---|
|
|
The label displayed on the button.
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.