Written by

in

Row Container Block

Create flexible horizontal or vertical layouts with the Row block, powered by CSS Flexbox for ultimate control.

What is the Row Block?

A flexbox container that:

  • Arranges blocks horizontally or vertically
  • Provides flexible width control
  • Handles wrapping for responsiveness
  • Offers powerful alignment options

Key Features

  • Horizontal or vertical direction
  • Wrap control for mobile layouts
  • Justify and align content
  • Gap spacing between items
  • Individual item width control

Common Use Cases

Two-Column Layout

  1. Set direction to horizontal
  2. Add two blocks inside
  3. Set each to 50% width
  4. Enable wrapping for mobile

Button Group

  1. Set justify to center
  2. Add button blocks inside
  3. Set gap to 16px

Image and Text

  1. Add image block (left)
  2. Add text content (right)
  3. Enable wrapping
  4. Set appropriate gap

Best Practices

  • Use for 2-3 items maximum
  • Enable wrapping for mobile
  • Set gap spacing 16-24px
  • Use Grid for more than 3 items