Class: GridFluid

GridFluid(spacing, xs, sm, md, lg, xl, xxl)

A grid with 100% width at all breakpoints.

Constructor

new GridFluid(spacing, xs, sm, md, lg, xl, xxl)

Parameters:
Name Type Description
spacing string | number spacing between GridItem
xs string | number number of GridItem per row on xs breakpoint
sm string | number number of GridItem per row on sm breakpoint
md string | number number of GridItem per row on md breakpoint
lg string | number number of GridItem per row on lg breakpoint
xl string | number number of GridItem per row on xl breakpoint
xxl string | number number of GridItem per row on xxl breakpoint
Source:

Classes

GridFluid

Members

row

Gets inner row.
Source: