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 |
dividers |
boolean | If |
id |
string | The id attribute of the component. |
placeholder |
number | A top margin that is going to be applied to the Paper component. |
React.ReactElement