albingroen / feature-grid-template

A little feature-grid template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 74.9%Language:HTML 13.5%Language:JavaScript 9.5%Language:CSS 2.2%