How to configure your grid
Open Coreframe and select the Grid tab. The generator shows three breakpoints — Desktop (1440 px), Tablet (768 px), and Mobile (375 px) — as tabs. Configure each breakpoint independently:- Columns — choose from the preset buttons (
2,4,6,8,12,16) or drag the slider to any value between 1 and 24. A 12-column grid is standard for desktop; 8 columns for tablet and 4 for mobile are common starting points. - Gutter width — enter the horizontal space between columns in pixels. Desktop and tablet layouts default to 24 px gutters; mobile defaults to 16 px.
- Margin — enter the outer horizontal margin in pixels. This is the space between the viewport edge and the first/last column. Desktop defaults to 80 px; tablet to 32 px; mobile to 16 px.
- Alignment — choose how columns align within the frame:
left,center,right, orstretch.Stretchis the most common option and fills the available width evenly.
What gets created
Coreframe pushes grid definitions into your Figma document in two forms:- Grid variable tokens — each breakpoint’s columns, gutter, and margin values are stored as individual tokens (e.g.,
grid/desktop/columns,grid/desktop/gutter,grid/desktop/margin). These can be referenced by layout frames or exported to code for use in a responsive grid utility. - Grid styles — the column layout is applied as a Figma layout grid style to your frames, so new frames can adopt the correct grid in one click from the styles panel.
