PropertyAttributeDescriptionTypeDefaultdirection 🛠directionDefines the direction of the main and cross axis. The default "row" defines the main axis as horizontal left to right. Also defines the direction for specific breakpoints, like {base: "column", l: "row"}. You always need to provide a base value when doing this.type GridDirection = 'row' 'row-reverse' 'column' 'column-reverse' BreakpointCustomizable<GridDirection>'row'gutter 🚫🛠gutterHas no effect anymore deprecated since v3.0.0, will be removed with next major releasetype GridGutter = 16 24 36 BreakpointCustomizable<GridGutter>{ "base": 16, "s": 24, "m": 36 }wrap 🛠wrapHandles wrapping behaviour of elements.type GridWrap = 'nowrap' 'wrap' BreakpointCustomizable<GridWrap>'wrap'
Slots
prev
next
SlotDescriptionisRequiredaltPropallowedTagNames<slot> Default slot to render p-grid-item tags.