@@ -6,25 +6,30 @@ export default () => {
66 < div >
77 < h4 > Button Sizes</ h4 >
88 < div >
9- < Button btnSize = "large" > Large</ Button >
10- < Button btnSize = "lg" btnStyle = "primary" > Large</ Button >
11- < Button btnSize = "lg" btnStyle = "emphasis" > Large</ Button >
12- < Button btnSize = "lg" btnStyle = "flat" > Large</ Button >
13- < br /> < br />
14- < Button btnSize = "medium" > Medium</ Button >
15- < Button btnSize = "md" btnStyle = "primary" > Medium</ Button >
16- < Button btnSize = "md" btnStyle = "emphasis" > Medium</ Button >
17- < Button btnSize = "md" btnStyle = "flat" > Medium</ Button >
18- < br /> < br />
19- < Button btnSize = "small" > Small</ Button >
20- < Button btnSize = "sm" btnStyle = "primary" > Small</ Button >
21- < Button btnSize = "sm" btnStyle = "emphasis" > Small</ Button >
22- < Button btnSize = "sm" btnStyle = "flat" > Small</ Button >
23- < br /> < br />
24- < Button btnSize = "extra-small" > Extra Small</ Button >
25- < Button btnSize = "xs" btnStyle = "primary" > Extra Small</ Button >
26- < Button btnSize = "xs" btnStyle = "emphasis" > Extra Small</ Button >
27- < Button btnSize = "xs" btnStyle = "flat" > Extra Small</ Button >
9+ < p >
10+ < Button btnSize = "large" style = { { width : 100 } } > Large</ Button >
11+ < Button btnSize = "lg" btnStyle = "primary" style = { { width : 100 } } > Large</ Button >
12+ < Button btnSize = "lg" btnStyle = "emphasis" style = { { width : 100 } } > Large</ Button >
13+ < Button btnSize = "lg" btnStyle = "flat" style = { { width : 100 } } > Large</ Button >
14+ </ p >
15+ < p >
16+ < Button btnSize = "medium" style = { { width : 100 } } > Medium</ Button >
17+ < Button btnSize = "md" btnStyle = "primary" style = { { width : 100 } } > Medium</ Button >
18+ < Button btnSize = "md" btnStyle = "emphasis" style = { { width : 100 } } > Medium</ Button >
19+ < Button btnSize = "md" btnStyle = "flat" style = { { width : 100 } } > Medium</ Button >
20+ </ p >
21+ < p >
22+ < Button btnSize = "small" style = { { width : 100 } } > Small</ Button >
23+ < Button btnSize = "sm" btnStyle = "primary" style = { { width : 100 } } > Small</ Button >
24+ < Button btnSize = "sm" btnStyle = "emphasis" style = { { width : 100 } } > Small</ Button >
25+ < Button btnSize = "sm" btnStyle = "flat" style = { { width : 100 } } > Small</ Button >
26+ </ p >
27+ < p >
28+ < Button btnSize = "extra-small" style = { { width : 100 } } > Extra Small</ Button >
29+ < Button btnSize = "xs" btnStyle = "primary" style = { { width : 100 } } > Extra Small</ Button >
30+ < Button btnSize = "xs" btnStyle = "emphasis" style = { { width : 100 } } > Extra Small</ Button >
31+ < Button btnSize = "xs" btnStyle = "flat" style = { { width : 100 } } > Extra Small</ Button >
32+ </ p >
2833 </ div >
2934 </ div >
3035 ) ;
0 commit comments