> 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;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-layout/grid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
