> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-layout/grid.md).

# Grid ✅

Simple CSS grid implementation, which arranges the slotted items into a grid layout.&#x20;

## Goals&#x20;

* Simple slottable Grid layout for quick page composition of card-based layouts.&#x20;

## Usage Notes

This component exists to satisfy Webflow's slot restrictions- in that only components can be slotted within order components.&#x20;

A typical construction will be;&#x20;

* Section component, with a large content slot&#x20;
* Containing a layout component like this grid component&#x20;
* Which then has the content slotted.&#x20;

Columns are fixed 1fr, there is currently no feature for variable column sizes.&#x20;

## Properties

| Property | Type   | Notes |
| -------- | ------ | ----- |
| Columns  | Number | 1-100 |

## Future

* Collection List unwrapping&#x20;
