Skip to content

🎉 Material UI v5 is out! Head to the migration guide to get started.

Shadows

Add or remove shadows to elements with box-shadow utilities.

Example

The helpers allow you to control relative depth, or distance, between two surfaces along the z-axis. By default, there is 25 elevation levels.

boxShadow=0
boxShadow=1
boxShadow=2
boxShadow=3
<Box boxShadow={0}><Box boxShadow={1}><Box boxShadow={2}><Box boxShadow={3}>

API

import { shadows } from '@material-ui/system';
Import name Prop CSS property Theme key
boxShadow boxShadow box-shadow shadows