# 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 are 25 elevation levels. {{"demo": "ShadowsDemo.js", "defaultCodeOpen": false, "bg": true}} ```jsx … ``` ## API ```js import { shadows } from '@mui/system'; ``` | Import name | Prop | CSS property | Theme key | | :---------- | :---------- | :----------- | :-------- | | `boxShadow` | `boxShadow` | `box-shadow` | `shadows` |