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
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
span | Responsive<number> | — | No | Number of columns to span. Accepts a responsive object for breakpoint-specific values. |
Accessibility
- Renders a plain <div> — no ARIA roles needed