Class

StyledDivider

StyledDivider(props) → {React.ReactElement}

Constructor

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

Overview

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

Any other props will be forwarded to the Divider component.

className string <optional>

The class name of the component.

color string <optional>
"primary"

The color of the component.

margin number | string <optional>
0

The margin of the component.

View Source Utils/DataDisplay/StyledDivider.js, line 32

React.ReactElement