Paper
Use GdsPaper for a basic elevated surface. It is a thin wrapper around MUI
Paper. GDS maps MUI elevation values to bottom shadow tokens.
What GDS provides
| MUI elevation | GDS shadow |
|---|---|
| 1, 2 | bottomXS |
| 3, 4 | bottomS |
| 6, 8 | bottomM |
| 12, 16, 24 | bottomL |
For center or top shadows, prefer theme.gds.core.shadow in sx instead of
elevation. See Elevation.
Default
Elevation
Pass elevation to apply the mapped GDS bottom shadow.
Outlined
Use variant="outlined" for a bordered surface with no shadow.
Props
External references