Skip to content

Commit

Permalink
[docs] Flexbox, add element for show the good effect (mui#19956)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbredillet authored and EsoterikStare committed Mar 30, 2020
1 parent 5aa70ae commit 26b7f5a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/system/flexbox/AlignSelf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default function AlignSelf() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300" alignSelf="flex-end">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/system/flexbox/AlignSelf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default function AlignSelf() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300" alignSelf="flex-end">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
</Box>
</div>
Expand Down
22 changes: 14 additions & 8 deletions docs/src/pages/system/flexbox/FlexWrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ export default function FlexWrap() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 4
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 5
</Box>
<Box p={1} bgcolor="grey.300">
Item 6
</Box>
</Box>
<Box
Expand All @@ -40,16 +43,19 @@ export default function FlexWrap() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 4
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 5
</Box>
<Box p={1} bgcolor="grey.300">
Item 6
</Box>
</Box>
</div>
Expand Down
22 changes: 14 additions & 8 deletions docs/src/pages/system/flexbox/FlexWrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ export default function FlexWrap() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 4
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 5
</Box>
<Box p={1} bgcolor="grey.300">
Item 6
</Box>
</Box>
<Box
Expand All @@ -40,16 +43,19 @@ export default function FlexWrap() {
Item 1
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 2
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 3
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 4
</Box>
<Box p={1} bgcolor="grey.300">
Item 1
Item 5
</Box>
<Box p={1} bgcolor="grey.300">
Item 6
</Box>
</Box>
</div>
Expand Down

0 comments on commit 26b7f5a

Please sign in to comment.