# Grid

### Design
<a href="https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-margins" target="_blank">https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-margins</a>

### Description
Use `Grid` and `Cell` components to display content and UI in an organized and responsive way.

### Import
```js
import `{ Grid, Cell }` from "webiny-ui/Grid";
```