Class

StyledButton

StyledButton(props) → {React.ReactElement}

Constructor

# new StyledButton(props) → {React.ReactElement}

Overview

The Button component from Material-UI library with custom styling. For full documentation check out Material-UI docs on Button.
Parameters:
Name Type Attributes Description
props Object

Any other props will be forwarded to the Button component.

ButtonRef Object <optional>

The reference forwarded to the Button component.

View Source Utils/Buttons/StyledButton/StyledButton.js, line 78

React.ReactElement