Skip to content

albingroen/feature-grid-template

Repository files navigation

A little template for creating marketing feature-grids

Feature Grid

These are the variables you can use to change the type of the grid

const FEATURE_ROUNDING = 25;
const GRID_RATIO = "5/4.2";
const COLS = 3;
const GAP = 20;

And then you can create your grid by playing with these components

<Feature cols={2} />
<Feature cols={1} />
<Feature cols={1} />
<Feature cols={1}>
  {/* Any content */ }
</Feature>
<Feature cols={1} />
<Feature cols={1} />
<Feature cols={2} />

About

A little feature-grid template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published