@@ -8,12 +8,14 @@ const styles = `
88 }
99` ;
1010
11- export default ( ) => (
11+ export default ( ) => (
1212 < >
1313 < style > { styles } </ style >
14- < div id = "test-area" className = "k-d-grid k-grid-cols-2 " >
14+ < div id = "test-area" className = "k-d-grid k-grid-cols-3 " >
1515 < span > start</ span >
1616 < span > end</ span >
17+ < span > center</ span >
18+
1719 < div >
1820 < ActionButtons alignment = "start" >
1921 < Button > First</ Button >
@@ -28,26 +30,43 @@ export default () =>(
2830 < Button > Third</ Button >
2931 </ ActionButtons >
3032 </ div >
31-
32- < span > center</ span >
33- < span > stretch</ span >
3433 < div >
3534 < ActionButtons alignment = "center" >
3635 < Button > First</ Button >
3736 < Button > Second</ Button >
3837 < Button > Third</ Button >
3938 </ ActionButtons >
4039 </ div >
40+
41+ < span > stretch</ span >
42+ < span > justify</ span >
43+ < span > orientation - vertical</ span >
44+
4145 < div >
4246 < ActionButtons alignment = "stretched" >
4347 < Button > First</ Button >
4448 < Button > Second</ Button >
4549 < Button > Third</ Button >
4650 </ ActionButtons >
4751 </ div >
52+ < div >
53+ < ActionButtons alignment = "justify" >
54+ < Button > First</ Button >
55+ < Button > Second</ Button >
56+ < Button > Third</ Button >
57+ </ ActionButtons >
58+ </ div >
59+ < div >
60+ < ActionButtons orientation = "vertical" >
61+ < Button > First</ Button >
62+ < Button > Second</ Button >
63+ < Button > Third</ Button >
64+ </ ActionButtons >
65+ </ div >
4866
4967 < span > rtl start</ span >
5068 < span > rtl end</ span >
69+ < span > rtl center</ span >
5170 < div dir = "rtl" >
5271 < ActionButtons alignment = "start" >
5372 < Button > First</ Button >
@@ -62,23 +81,39 @@ export default () =>(
6281 < Button > Third</ Button >
6382 </ ActionButtons >
6483 </ div >
65-
66- < span > rtl center</ span >
67- < span > rtl stretch</ span >
6884 < div dir = "rtl" >
6985 < ActionButtons alignment = "center" >
7086 < Button > First</ Button >
7187 < Button > Second</ Button >
7288 < Button > Third</ Button >
7389 </ ActionButtons >
7490 </ div >
91+
92+ < span > rtl stretch</ span >
93+ < span > rtl justify</ span >
94+ < span > rtl orientation - vertical</ span >
95+
7596 < div dir = "rtl" >
7697 < ActionButtons alignment = "stretched" >
7798 < Button > First</ Button >
7899 < Button > Second</ Button >
79100 < Button > Third</ Button >
80101 </ ActionButtons >
81102 </ div >
103+ < div dir = "rtl" >
104+ < ActionButtons alignment = "justify" >
105+ < Button > First</ Button >
106+ < Button > Second</ Button >
107+ < Button > Third</ Button >
108+ </ ActionButtons >
109+ </ div >
110+ < div dir = "rtl" >
111+ < ActionButtons orientation = "vertical" >
112+ < Button > First</ Button >
113+ < Button > Second</ Button >
114+ < Button > Third</ Button >
115+ </ ActionButtons >
116+ </ div >
82117 </ div >
83118
84119 </ >
0 commit comments