Paper
The Paper component provides an elevated surface for displaying content. It mimics the behavior of real-world surfaces with shadow effects, supporting Material Design's elevation system.
Basic Example
Here’s a simple example of a Paper component with default elevation. This creates a surface with a subtle shadow.
Elevation Example
The elevation
prop controls the shadow depth. Use values from 0 to 24 to create varying levels of elevation:
Variant Example
The Paper component supports two variants: elevation
(default) and outlined
. The outlined variant removes shadows and adds a border instead:
Square and Rounded Corners
By default, the Paper component has rounded corners. You can make it square by setting the square
prop to true
.