Grid
Grid Layout is a two-dimensional layout system that lays content out in rows and columns
Grids in inkUI can be implemented by using base
class grid and corresponding supporting classes like
col-2, col-3 and col-4
2 Column Grid
Column 1
Column 2
3 Column Grid
Column 1
Column 2
Column 3
4 Column Grid
Column 1
Column 2
Column 3
Column 4