Skip to main content

Usage

Tiles provide a diverse method for displaying information. The type of content within a tile can range from informational, to getting started, how-to, and next steps.

Carbon ships a basic tile structure that responds to the grid. Tiles have no pre-set styles for the content within them. You can customize tiles to fit your specific use case.

When using a call to action (CTA) within a tile, we recommend using a secondary button. Primary buttons should be reserved for the most important action a user can take on the page.

Types of tiles

All of the images below represent an example of what type of content could be presented within a tile. These are the styling choices we recommend, but you are free to create your own layout and design within a tile.

Read-only

Read-only tiles are used to display information to the user, such as features or services offered. Read-only tiles are often seen on marketing pages to promote content. These tiles can have internal calls-to-action (CTAs), such as a button or a link.

Read-only tile

Clickable

Clickable tiles can be used as navigational items, where the entire tile is a clickable state, which redirects the user to a new page. Clickable tiles cannot contain internal CTAs.

Clickable tile

Selectable

Selectable tiles work like a radio button, where the entire tile is a click target. Selectable tiles may contain internal CTAs (like links to docs) if the internal CTA is given its own click target. Selectable tiles work well for presenting options to a user in a structured manner, such as a set of pricing plans.

Selectable tile

Expandable

Expandable tiles are helpful for hiding/showing larger amounts of content to a user. They can only be stacked in a single column, and cannot live in a row or horizontal grid. When expanded, tiles push content down the page. Expandable tiles may contain internal CTAs (like links to docs) if the internal CTA is given its own click target.

Expadable tile