Lines Matching refs:flex
26 | flex-direction | string | row | No| Main axis direction of the flex container, which defines how …
27 | flex-wrap | string | nowrap | No| Whether items in the flex container are displayed in a single l…
28 …flex-start | No| How items are aligned along the main axis of the flex container. Available values…
29 …flex container. Available values are as follows:<br>- **stretch**: Items are stretched to the same…
30 …flex-start | No| Multi-row alignment mode when there is extra space in the cross axis. Available v…
31 …| string | flex | No| Type of the view box of the item. The value cannot be dynamically updated. A…
37 …flex container. Available values are as follows:<br>- **stretch**: Items are stretched to the same…
52 <div class="flex-box">
53 <div class="flex-item color-primary"></div>
54 <div class="flex-item color-warning"></div>
55 <div class="flex-item color-success"></div>
64 flex-direction: column;
70 .flex-box {
77 .flex-item {
101 <div class="flex-box">
102 <div class="flex-item color-primary"></div>
103 <div class="flex-item color-warning"></div>
104 <div class="flex-item color-success"></div>
113 flex-direction: column;
119 .flex-box {
122 flex-wrap: wrap;
127 .flex-item {