Skip to content

Commit

Permalink
anatomy
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Feb 14, 2024
1 parent 1066723 commit 63bbe20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/data/material/components/container/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ When this prop is set to true, the maximum width of the Container is equal to th
{{"demo": "FixedContainer.js", "iframe": true, "defaultCodeOpen": false}}

## Anatomy

The Container component renders as an HTML `<div>` element:

```html
<div class="MuiContainer-root">
<!-- Container children -->
</div>
```

0 comments on commit 63bbe20

Please sign in to comment.