Breakout

Spans the full row in a CSS Grid context. Use within a <Clamp> or <Grid> to make elements full-width.

Props API

PropTypeDefault value
Gap<string | number>
boolean
"row" | "column"
string | number
Padding<string | number>
Padding<string | number>
Padding<string | number>
Padding<string | number>
JustifyContent
AlignItems
import { Breakout, BreakoutProps, breakoutStyles } from '@christiankaindl/lyts'

See Clamp and Grid for more detailed usage.

Examples using Breakout