Skip to main content
Use tiles to create visual showcase elements with a patterned background, title, and description. Tiles are ideal for displaying component previews, feature highlights, or navigation items in a grid layout.
Tile preview placeholderTile preview placeholder (dark mode)

Tile title

Short description

Tile example
Tiles can contain any image, SVG, or other React node that you want to display in the preview area. Provide separate light and dark mode assets using the block dark:hidden and hidden dark:block utility classes so the preview matches the active theme. The tile preview area is a fixed-height, responsive container.
  • Aspect ratio: Use a 16:9 or 4:3 landscape ratio.
  • Dimensions: Design for at least 800×450 pixels.
  • Format: Prefer SVG for illustrations, UI mockups, and diagrams. Use WebP or PNG for photographs and screenshots.
  • File size: Keep each asset under 200 KB to preserve page load performance, especially in multi-tile grids.
  • Padding: Include any surrounding padding in the asset. The tile does not add internal margin around the child image.

Grid layout

Combine tiles with the columns component to create a responsive grid of visual previews.
Grid layout example

Properties

href
string
required
URL to navigate to when users click the tile.
title
string
The title displayed below the tile preview.
description
string
A short description displayed below the title.
children
React.ReactNode
required
Content displayed inside the tile preview area, typically images or SVGs.