Version: Next
CartModal
The cart modal is used to show the user's cart items and to start the checkout flow, the user can remove items from the cart as well.
Loading...
Usage#
Reference#
Props#
onDisplay#
() โ void
Callback function called when the modal is first displayed.
onClose#
() โ void
Callback function called when the modal is closed.
onSuccess#
(cartItems) โ void
Callback function called when the user clicks the checkout button.