Class

CustomSection

CustomSection(props) → {React.ReactElement}

Constructor

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

Overview

The StyledPaper component customized as a section adjusting it's size to content.

Usage

Styles applied to this component are different than in Material-UI. "Root" class defines the size and padding of the section.
Parameters:
Name Type Attributes Description
props Object

Any other props will be forwarded to the StyledPaper component.

classes Object <optional>

Override or extend the styles applied to the component.

View Source Utils/Surfaces/CustomSection.js, line 33

React.ReactElement