import Container from '@paljs/ui/Container'; import Row from '@paljs/ui/Row'; import Col from '@paljs/ui/Col';
Responsive modifiers enable specifying different column sizes, offsets, alignment and distribution at xs, sm, md & lg viewport widths.
Offset a column.
Add any number of auto sizing columns to a row. Let the grid figure it out.
Add classes to align elements to the start or end of row as well as the top, bottom, or center of a column
.start-
.center-
.end-
.top-
.middle-
.bottom-
Add classes to distribute the contents of a row or column.
.around-
.between-
You can simply hide some elements for a given breakpoint by passing false to the breakpoint properties.
false