Emits the card ID when a card is maximized.
Emits when the maximized card is restored back to the grid view.
Number of columns for standard layout (defaults to 2).
CSS gap between cards (defaults to var(--mj-space-4)).
ReadonlymaximizedStream of the currently maximized card ID across all children.
Currently maximized card ID. When set, only this card is shown full-width.
Emits when the maximized card ID changes (two-way binding support).
A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
The changed properties.
Pressing Escape restores the grid view if a card is maximized.
Responsive Card Grid container that manages responsive layout and card maximization state.