@@ -215,7 +215,7 @@ You can specify column offsets.
### Alignment
Flexible alignment of columns.
Use the flex layout to make flexible alignment of columns.
::: demo You can enable flex layout by setting `type` attribute to 'flex', and define the layout of child elements by setting `justify` attribute with start, center, end, space-between or space-around.
```html
...
...
@@ -276,6 +276,40 @@ Flexible alignment of columns.
```
:::
### Responsive Layout
Taking example by Bootstrap's responsive design, four breakpoints are preset: xs, sm, md and lg.