UI Generator

Select theme appearance

Grid

- html
<!-- COMPONENT-START: nc-grid -->
<div class="nc-grid">
    <div class="example-block"></div>
    <div class="example-block"></div>
    <div class="example-block"></div>
    <div class="example-block"></div>
</div>
<!-- COMPONENT-END: nc-grid -->
data-layout=50-50
Create a responsive 2 column grid.
data-layout=thirds
Create a responsive 3 column grid.
-tiny
Sets gap to --spacing-tiny
-nearest
Sets gap to --spacing-nearest
-near
Sets gap to --spacing-near
-base
Sets gap to --spacing-base
-far
Sets gap to --spacing-far
-farthest
Sets gap to --spacing-farthest
-nogap
Sets gap to 0
--grid-placement
Set the repeat placement property of the grid. Defaults to auto-fill.
--grid-min-item-size
Set the minimum size for the grid items. Defaults to 16rem.
--grid-gap
Set a custom gap between the children