Class

CustomDrawer

CustomDrawer(props) → {React.ReactElement}

Constructor

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

Overview

A Drawer component from Material-UI library with custom styling and optional footer and dividers. For full documentation check out Material-UI docs on Drawer.
Parameters:
Name Type Description
props Object

Any other props will forwarded to the Drawer element.

closeFooter boolean

If true a footer with closing button will be added.

dividers boolean

If true horizontal dividers will be added between content.

id string

The id attribute of the component.

placeholder number

A top margin that is going to be applied to the Paper component.

View Source Utils/Containers/CustomDrawer.js, line 51

React.ReactElement