Skip to content

Commit 7b62f2b

Browse files
authored
[docs] Flexbox, add element for show the good effect (#19956)
1 parent f943898 commit 7b62f2b

File tree

4 files changed

+32
-20
lines changed

4 files changed

+32
-20
lines changed

docs/src/pages/system/flexbox/AlignSelf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export default function AlignSelf() {
1616
Item 1
1717
</Box>
1818
<Box p={1} bgcolor="grey.300" alignSelf="flex-end">
19-
Item 1
19+
Item 2
2020
</Box>
2121
<Box p={1} bgcolor="grey.300">
22-
Item 1
22+
Item 3
2323
</Box>
2424
</Box>
2525
</div>

docs/src/pages/system/flexbox/AlignSelf.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export default function AlignSelf() {
1616
Item 1
1717
</Box>
1818
<Box p={1} bgcolor="grey.300" alignSelf="flex-end">
19-
Item 1
19+
Item 2
2020
</Box>
2121
<Box p={1} bgcolor="grey.300">
22-
Item 1
22+
Item 3
2323
</Box>
2424
</Box>
2525
</div>

docs/src/pages/system/flexbox/FlexWrap.js

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ export default function FlexWrap() {
1616
Item 1
1717
</Box>
1818
<Box p={1} bgcolor="grey.300">
19-
Item 1
19+
Item 2
2020
</Box>
2121
<Box p={1} bgcolor="grey.300">
22-
Item 1
22+
Item 3
2323
</Box>
2424
<Box p={1} bgcolor="grey.300">
25-
Item 1
25+
Item 4
2626
</Box>
2727
<Box p={1} bgcolor="grey.300">
28-
Item 1
28+
Item 5
29+
</Box>
30+
<Box p={1} bgcolor="grey.300">
31+
Item 6
2932
</Box>
3033
</Box>
3134
<Box
@@ -40,16 +43,19 @@ export default function FlexWrap() {
4043
Item 1
4144
</Box>
4245
<Box p={1} bgcolor="grey.300">
43-
Item 1
46+
Item 2
4447
</Box>
4548
<Box p={1} bgcolor="grey.300">
46-
Item 1
49+
Item 3
4750
</Box>
4851
<Box p={1} bgcolor="grey.300">
49-
Item 1
52+
Item 4
5053
</Box>
5154
<Box p={1} bgcolor="grey.300">
52-
Item 1
55+
Item 5
56+
</Box>
57+
<Box p={1} bgcolor="grey.300">
58+
Item 6
5359
</Box>
5460
</Box>
5561
</div>

docs/src/pages/system/flexbox/FlexWrap.tsx

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ export default function FlexWrap() {
1616
Item 1
1717
</Box>
1818
<Box p={1} bgcolor="grey.300">
19-
Item 1
19+
Item 2
2020
</Box>
2121
<Box p={1} bgcolor="grey.300">
22-
Item 1
22+
Item 3
2323
</Box>
2424
<Box p={1} bgcolor="grey.300">
25-
Item 1
25+
Item 4
2626
</Box>
2727
<Box p={1} bgcolor="grey.300">
28-
Item 1
28+
Item 5
29+
</Box>
30+
<Box p={1} bgcolor="grey.300">
31+
Item 6
2932
</Box>
3033
</Box>
3134
<Box
@@ -40,16 +43,19 @@ export default function FlexWrap() {
4043
Item 1
4144
</Box>
4245
<Box p={1} bgcolor="grey.300">
43-
Item 1
46+
Item 2
4447
</Box>
4548
<Box p={1} bgcolor="grey.300">
46-
Item 1
49+
Item 3
4750
</Box>
4851
<Box p={1} bgcolor="grey.300">
49-
Item 1
52+
Item 4
5053
</Box>
5154
<Box p={1} bgcolor="grey.300">
52-
Item 1
55+
Item 5
56+
</Box>
57+
<Box p={1} bgcolor="grey.300">
58+
Item 6
5359
</Box>
5460
</Box>
5561
</div>

0 commit comments

Comments
 (0)