Components

Tiles

Visual previews in a clickable grid.

Use Tile for navigation with a visual preview: a patterned thumbnail area plus a title and description. Arrange tiles with Columns or the Tiles grid wrapper.

Use light/dark image variants in the preview area for theme-aware thumbnails.

Properties#

Tile#

NameTypeDescription
hrefrequiredstring

Destination when the tile is clicked.

titleReactNode

Title below the preview.

descriptionReactNode

Short description below the title.

childrenrequiredReactNode

Preview content, typically images or SVGs.

Tiles#

NameTypeDescription
cols1 | 2 | 3 | 4

Number of columns in the grid.

Default: 2
childrenReactNode

One or more Tile children.

Last updated on