# GridFoldersSection

**Category:** Base Components/Collections/GridFolders/GridFoldersSection

## Design

### Description

`GridFoldersSection` renders a section within a `GridFolders` layout — either the folders section or the items section. Each section can include an optional `header` (e.g. a section title) and accepts `children` for the grid content.

This component is typically used in conjunction with [`GridFolders`](./?path=/story/base-components-collections-gridfolders--gridfolders) and [`useGridCollection`](./?path=/story/common-hooks--usegridcollection).

```tsx
import { GridFoldersSection } from '@wix/patterns';
```

