Skip to content
Foundation / Layout

Grid

server22.25 kB
@stellaria/nebula-webGridProps

Preview

Props

7
PropTypeDefault

children

ReactNode

className

Composes with the classes `Box` computes instead of replacing them.

string

columns

How many columns a full row spans. It is the unit `Grid.Col`'s `span` counts against, so changing it rescales every child at once.

number12

component

The element it paints.

(ElementType & C)"div"

grow

Lets the columns of the last row stretch to fill it instead of leaving a gap on the end. Only affects a row that did not fill up.

booleanfalse

gutter

Gap between columns and rows. Replaces `gap`, which `Grid` does not accept.

SpacingValue"md"

wrap

Wraps columns that do not fit onto the next row. Turn it off and they shrink instead, which is what you want for a row that must stay one line.

booleantrue

Parts

1
Grid.Col

Also accepts

On top of its own props, this component forwards these groups.

Style props · 125