GridItem

Child of Grid that can span multiple columns.

Example

Span 2
1 col
1 col
1 col
Span 3
Full on mobile, half on md+
Full on mobile, half on md+

Props

NameTypeDefaultRequiredDescription
spanResponsive<number>NoNumber of columns to span. Accepts a responsive object for breakpoint-specific values.

Accessibility

  • Renders a plain <div> — no ARIA roles needed