Skip to main content

Box Module

The Box module functions similarly to a row or column, acting as a container. Unlike rows or columns that rely on percentage or fixed width values, boxes utilize flexbox or CSS Grid, making them more fluid and flexible. Boxes can be nested, stacked, and organized both horizontally and vertically, and they can be displayed within a grid.

info

While we’ve aimed to make the Box module as user-friendly as possible, having a solid grasp of Flexbox and CSS Grid is strongly recommended.