# Thumbnail List

For guidelines on using this component, see the documentation for web equivalent
component, [Gallery](/components/Gallery).


## Props

### Mobile

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `files` | `File[]` | Yes | — |  |
| `createThumbnail` | `CreateThumbnail` | No | — |  |
| `handleOpenFile` | `({ file, index, imageList, }: { file: File; index: number; imageList: File[]; }) => void` | No | — |  |
| `rowCount` | `RowCount` | No | `RowCount.TwoRows` |  |
