The address preview component is a preview of the user's configured address. It is used for address preview on My Account and shipping and/or billing address selection on Checkout.
<aside> ℹ️ Usually, styling this element takes from-to: 4-6h
</aside>
An address preview can be found on the following elements:
The address preview should be displayed in the following states:
Additionally, the design should provide this information:
Address preview on the checkout page
Address preview on the account page
The MyAccountAddressTable
component is responsible for the rendering of the address preview in the My Account. The CheckoutAddressTable
component is responsible for the rendering of the address preview in the Checkout and this component extends MyAccountAddressTable
.
This component is rendered in the corresponding Address Book components, MyAccountAddressBook
and CheckoutAddressBook
.
Address preview is HTML table which inherits styling from _table.scss
and KeyValueTable.style.scss
.
A radio button is falsy developed, it is simply SVG, which is changing color depending on selected/unselected state.