Paper
API docs for the Toolpad Studio Paper component.
The Material UI Paper component.
Properties
| Name | Type | Default | Description | 
|---|---|---|---|
| elevation | number | 1 | The elevation can be used to establish a hierarchy between other content. In practical terms, the elevation controls the size of the shadow applied to the surface. In dark mode, raising the elevation also makes the surface lighter. | 
| children | element | The content of the component. | |
| sx | object | The sxprop is used for defining custom styles that have access to the theme. All MUI System properties are available via thesxprop. In addition, thesxprop allows you to specify any other CSS rules you may need. |