Files
react-test/docs/data/system/shadows/shadows.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
690 B
Markdown
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
# Shadows
<p class="description">Add or remove shadows to elements with box-shadow utilities.</p>
## 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
<Box sx={{ boxShadow: 0 }}>
<Box sx={{ boxShadow: 1 }}>
<Box sx={{ boxShadow: 2 }}>
<Box sx={{ boxShadow: 3 }}>
```
## API
```js
import { shadows } from '@mui/system';
```
| Import name | Prop | CSS property | Theme key |
| :---------- | :---------- | :----------- | :-------- |
| `boxShadow` | `boxShadow` | `box-shadow` | `shadows` |