Lines Matching refs:flex

30 | flex-direction                 | string         | row          | No  | Main axis direction of the…
31 | flex-wrap | string | nowrap | No | Whether items in the flex
32flex-start | No | How items are aligned along the main axis of the flex container. Available va…
33flex container. Available values are as follows:<br>- **stretch**: Items are stretched to the same…
34flex-start | No | Multi-row alignment mode when there is extra space in the cross axis. Availab…
41flex container. Available values are as follows:<br>- **stretch**: Items are stretched to the same…
55 …en the page scrolls to the beginning. This event is triggered only when **flex-direction** is **ro…
56 …red when the page scrolls to the end. This event is triggered only when **flex-direction** is **ro…
57 …red when the page scrolls to the top. This event is triggered only when **flex-direction** is **co…
58 … when the page scrolls to the bottom. This event is triggered only when **flex-direction** is **co…
91 <div class="flex-box">
92 <div class="flex-item color-primary"></div>
93 <div class="flex-item color-warning"></div>
94 <div class="flex-item color-success"></div>
102 flex-direction: column;
108 .flex-box {
115 .flex-item {
137 <div class="flex-box">
138 <div class="flex-item color-primary"></div>
139 <div class="flex-item color-warning"></div>
140 <div class="flex-item color-success"></div>
148 flex-direction: column;
154 .flex-box {
157 flex-wrap: wrap;
162 .flex-item {
258 flex-direction: column;
309 flex-direction: column;
372 flex-direction: column;