Class

CustomPopper

CustomPopper(props) → {React.ReactElement}

Constructor

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

Overview

The Paper component from Material-UI with custom styling. For full documentation check out Material-UI docs on Paper.

Usage

Styles applied to this component are different than in Material-UI. "Popper" defines colors of the element.
Parameters:
Name Type Attributes Description
props Object

Any other props will be forwarded to the Paper component.

classes Object <optional>

Override or extend the styles applied to the component.

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

React.ReactElement