LoadingPaper#
This component extends material-ui Paper. It adds a pending prop, to show a progress bar at the top of <Paper>.
See demo.
Example#
Props#
Extends material-ui
Paperprops
Additional props:
| Name | Type | Default | Required | Description | 
|---|---|---|---|---|
| pending | boolean | No | Weither to show progress or not. | |
| progressColor | 'primary' | 'secondary' | 'secondary' | No | Theme color of progress bar. |