Class Grid

    • Method Detail

      • grid

        public static Grid grid()
      • cols

        public Grid cols​(Tuples<Breakpoint,​Integer> columns)
        The number of columns all grid items should span on a specific breakpoint.
      • span

        public Grid span​(int rows)
        The number of rows a column in the grid should span. Value should be a number 1-12.
      • that

        public Grid that()