Class

StyledIconButton

StyledIconButton(props) → {React.ReactElement}

Constructor

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

Overview

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

Any other props will be forwarded to the IconButton component.

ButtonRef Object <optional>

The reference forwarded to the IconButton component.

disablePadding boolean <optional>
false

If true the padding of the IconButton will be set to 0.

View Source Utils/Buttons/StyledButton/StyledIconButton.js, line 40

React.ReactElement