Panoramic Transaction React-only
Panoramic Transaction is a special configuration of Transaction components intended for George Business. It is always used on XXL grid as in smaller tiers it should be replaced by vertical OverviewCards.
CAUTION Panoramic Transaction has a specific use case and it isn’t very flexible. If you are not sure whether you should use it, please contact the Design System Team.
Example
Since this demo is available only in the XXL tier, please see the panoramic Transaction example in Playroom.
Rules For Developers
- To render TransactionGroup in the panoramic view, simply add
amountSecondaryto the columns. - To fit data into the column right next to
title, put them into themiscslot. Label themisccolumn the way you need to. - You may add a single button to
buttonsslot and optionally amenuas well. Both will be rendered together in themenucolumn. - To add an overline to the
title, use theinfocolumn. - Use MatchMedia to swap the panoramic Transaction for OverviewCards in tiers lower than XXL.