TileCard
TileCard — Prism component.
Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggleWhen to use
TileCard — Prism component.
Accessibility
When the whole card is actionable, expose a single accessible name and make it reachable with Tab + Enter. Decorative imagery uses empty alt.
Import
const { TileCard } = window.PrismDesignSystem_39d121;
Props
| Prop | Type | Required | Description |
|---|---|---|---|
icon | React.ReactNode | — | Large leading icon node. |
title | React.ReactNode | — | |
description | React.ReactNode | — | |
onPress | (e: React.SyntheticEvent) => void | — | |
href | string | — | |
className | string | — |