Advanced Auto Layout

Beyond basic Auto Layout, these advanced features give you precise control over complex, responsive designs. Master these to build production-ready components.

Text Baseline Alignment

Align items to text baseline instead of edges:

Use for: Navigation items, form labels with icons, mixed typography.

Auto Gap Distribution

Automatically distribute extra space:

Use for: Navigation bars, footer links, button groups.

Individual Padding

Set different padding per side:

Common patterns:

Stacking Order

Control how children overlap:

Use for: Avatar stacks, overlapping cards, layered badges.

Absolute Positioning Within Auto Layout

Remove items from flow while keeping in parent:

  1. Select child in Auto Layout
  2. Enable "Absolute Position"
  3. Item ignores Auto Layout flow
  4. Use constraints to position

Use for: Badges, close buttons, decorative elements.

Negative Spacing

Create overlapping items:

Use for: Avatar stacks, card cascades, overlapping chips.

Min/Max Width Constraints

Control child sizing bounds:

Use for: Responsive buttons, fluid containers with limits.

Canvas vs Absolute Sizing

How children calculate size:

Important for responsive behavior.

Wrap Behavior

When items overflow:

Wrap settings:

Complex Nesting Strategies

Two-Column Layout

Card with Pinned Footer

Responsive Nav

Tips