Skip to main content
The Tile component renders a square tile that can contain other components. Use this component to create groups of related components.
tile-component-example

Props

Variants

Using the flush prop, you can remove left and right padding from the tile contents.
  • flush={false} (default)
design-guidelines-tile-styles_1
  • flush={true}
design-guidelines-tile-styles_2

Usage examples

  • Group a form and its inputs together.
  • Group a bulleted text summary and statistics components together.
Last modified on March 29, 2026