
Cart wrapper
This is the outermost wrapper of the cart. It contains the cart states. Give this cart wrapper an attribute ofDeveloping cart states
Inside this wrapper, we need to add two required elements - the empty cart and the default cart.Empty State
This cart state is visible when the cart is empty.
Default State
This cart state is visible when the cart has items.