Paper
The Paper component translates the physical properties of paper to the screen. Like physical paper, Paper components can be re-sized, shuffled, and bound together as multiple sheets.
Style Attributes
Name | Type | Default | Description |
---|---|---|---|
variant | elevation outlined string | elevation | Defines the type of the component. |
square | bool | false | If true, rounded corners are disabled. |
elevation | integer | 1 | Specifies a shadow applied to the surface, making the component appear raised above the surface. Valid values are 0-24. |
For more detail on the Paper component, see the MUI developer docs.