1
- import { Box , Grid , Paper , Typography } from "@mui/material" ;
1
+ import { Box , Grid , Paper } from "@mui/material" ;
2
+ import BoxTrial from "./ui/BoxTrial" ;
3
+ import { BoxSize } from "./ui/BoxSize" ;
4
+ import Tombol from "./ui/Tombol" ;
5
+ // import Tombol from "./ui/Tombol";
2
6
3
7
4
8
export default function ( ) {
@@ -10,71 +14,23 @@ export default function () {
10
14
columnSpacing = { 2 }
11
15
rowSpacing = { 3 }
12
16
>
13
- < Grid item xs = { 12 } md = { 12 } >
14
- < Box
15
- component = "div"
16
- height = "21em"
17
- maxWidth = "100%"
18
- bgcolor = "rgb(18, 158, 84, 0.7)"
19
- sx = { {
20
- borderRadius : 2 ,
21
- backgroundImage : 'url("/img/bg.png")' ,
22
- backgroundSize : "cover" ,
23
- } }
24
- >
25
- < Text >
26
- YEAH
27
- </ Text >
28
- </ Box >
29
- </ Grid >
30
- < Grid item xs = { 6 } md = { 6 } >
31
- < Box
32
- component = "div"
33
- height = "10em"
34
- maxWidth = "100%"
35
- bgcolor = "rgb(18, 158, 84, 0.7)"
36
- sx = { {
37
- borderRadius : 2 ,
38
- backgroundImage : 'url("/img/bg.png")' ,
39
- backgroundSize : "cover" ,
40
- } }
41
- >
42
- tes
43
- </ Box >
44
- </ Grid >
45
- < Grid item xs = { 6 } md = { 6 } >
46
- < Box
47
- component = "div"
48
- height = "10em"
49
- maxWidth = "100%"
50
- bgcolor = "rgb(18, 158, 84, 0.7)"
51
- sx = { {
52
- borderRadius : 2 ,
53
- backgroundImage : 'url("/img/bg.png")' ,
54
- backgroundSize : "cover" ,
55
- } }
56
- >
57
- tes
58
- </ Box >
59
- </ Grid >
60
17
61
- < Grid item xs = { 6 } md = { 6 } >
62
- < Box bgcolor = "rgb(18, 158, 84, 0.7)" borderRadius = { 2 } >
63
- < Typography lineHeight = "1em" component = "span" >
64
- tesss
65
- </ Typography >
66
- < Box
67
- component = "img"
68
- src = "/img/bg.png"
69
- sx = { {
70
- width : "100%" ,
71
- position : "relative" ,
72
- verticalAlign : "middle" ,
73
- borderRadius : 2 ,
74
- } }
75
- />
76
- </ Box >
77
- </ Grid >
18
+ { /* <BoxSize.MD />
19
+ <BoxSize.XS />
20
+ <BoxSize.XS /> */ }
21
+
22
+ < BoxTrial md = { 12 } xs = { 12 } height = "21em" >
23
+ < Tombol >
24
+ wow
25
+ </ Tombol >
26
+ </ BoxTrial >
27
+ < BoxTrial md = { 4 } xs = { 4 } >
28
+ </ BoxTrial >
29
+ < BoxTrial md = { 4 } xs = { 4 } />
30
+ < BoxTrial md = { 4 } xs = { 4 } >
31
+ </ BoxTrial >
32
+
33
+
78
34
</ Grid >
79
35
</ Box >
80
36
) ;
0 commit comments