Card
Renders a Material 3 card hosting tiles stacked vertically in a column scope. kind picks the visual style — default, elevated or outlined. Children can use column scope modifiers such as weight. Dispatches onDisplay once when composed and onClick when the card is tapped.
Parameters
Unique identifier of the tile. Defaults to a random id.
Events owned by this tile, wired to its triggers (onDisplay, onClick).
Layout/appearance modifiers (size, padding, background, etc).
Whether the tile is shown, hidden but occupies space, or removed from layout. Defaults to visible.
Terms used by an ancestor's search/filter to decide whether this tile matches. Defaults to none.
Visual style of the card — defaultCard, elevatedCard or outlinedCard. Defaults to default.
Child tiles stacked vertically inside the card.