Class GridItem

    • Method Detail

      • gridItem

        public static GridItem gridItem()
      • span

        public GridItem span​(int columns)
        The number of columns the grid item spans. Value should be a number 1-12.
      • span

        public GridItem span​(Breakpoints<Integer> columns)
        The number of columns the grid item spans on a specific breakpoint. Value should be a number 1-12.
      • rowSpan

        public GridItem rowSpan​(int rows)
        The number of rows the grid item spans. Value should be a number 1-12.
      • rowSpan

        public GridItem rowSpan​(Breakpoints<Integer> rows)
        The number of rows the grid item spans on a specific breakpoint. Value should be a number 1-12
      • offset

        public GridItem offset​(int columns)
        The number of columns a grid item is offset.
      • offset

        public GridItem offset​(Breakpoints<Integer> columns)
        The number of columns the grid item is offset on a specific breakpoint. Value should be a number 1-12