> ## Documentation Index
> Fetch the complete documentation index at: https://context7.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tiles

> Create a link with a large visual preview

`<Tile>` needs an `href`. Its children appear in the preview area.

## Usage

```mdx theme={null}
<Tile href="/docs7/quickstart" title="Quickstart" description="Preview and publish your docs">
  <Icon icon="book" size={48} />
</Tile>
```

Place tiles inside [Columns](/docs/docs7/components/columns) to create a grid.

## Example

<Tile href="/docs/docs7/quickstart" title="Quickstart" description="Preview and publish your docs">
  <Icon icon="book" size={48} />
</Tile>
