The surface content sits on — not a border drawn around it. It can lift on hover, and once per screen it can invert to dark.
CardHeader and CardTitle come with it and keep the same padding.hover lifts it on pointer-over. The card itself is not clickable: wrap it in an <a> or a <button>.tone="dark". It inverts the surface, so a second one next to it out-shouts nothing.className on a wrapper; a card also draws a border and a background nobody asked for.elevation: "flat" | "raised" — How far the surface stands out. Defaults to flat.hover: boolean — Lifts the card on hover. Only for clickable tiles — and that tile has to be a link or a button.tone: "default" | "dark" — An inverted surface for a platform message. At most one per screen.padded: boolean — Turn off when the content owns its padding (a table filling the card).className: string — Pass-through class — for layout, not for recolouring.