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 DividerParameters:
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. |
React.ReactElement