React Alegrify UI

Grid

Variants

Default

A
A
A
A
A
A
A
A
A
<Grid>
            <GridCell three>A</GridCell>
            <GridCell three>A</GridCell>
            <GridCell three>A</GridCell>
            <GridCell three>A</GridCell>
            <GridCell four>A</GridCell>
            <GridCell four>A</GridCell>
            <GridCell four>A</GridCell>
            <GridCell six>A</GridCell>
            <GridCell six>A</GridCell>
        </Grid>

Reverse

A
B
C
D
<Grid reverse>
            <GridCell three>A</GridCell>
            <GridCell three>B</GridCell>
            <GridCell three>C</GridCell>
            <GridCell three>D</GridCell>
        </Grid>

Bleed

A
B
C
D
<Grid bleed>
            <GridCell three>A</GridCell>
            <GridCell three>B</GridCell>
            <GridCell three>C</GridCell>
            <GridCell three>D</GridCell>
        </Grid>

All viewports

A
B
C
D
<Grid all>
            <GridCell three>A</GridCell>
            <GridCell three>B</GridCell>
            <GridCell three>C</GridCell>
            <GridCell three>D</GridCell>
        </Grid>

Cell width properties (apply to GridCell)

Align cells properties (apply to Grid)

Other Properties

PropertyTypeDefault
childrenany
classNamestring
leftbool
centerbool
rightbool
topbool
middlebool
bottombool
outlinebool
evenbool
reversebool
allbool
dataTeststring
dataTestIdstring