Options
The Card supports padding and three interaction shapes — static, link, and button.Variants
Card renders one of three shapes based on which props are passed: neitherhref nor onPress renders a non-interactive <div> surface; href renders a whole-card link (<a>); onPress renders a whole-card button (<button>). Interactive cards require a label for their accessible name.
Padding
Interactive Card
Both interactive shapes use a stretched hit target that covers the full surface, so the entire card — not just its text — responds to a click or tap. Their accessible name comes from the requiredlabel prop, not from the visible content.