How can i retrieve list of current cart items? and allow user to remove each item

I want to display the current cart data items on a page. And need the ability to remove each item from that list. How can i do this? The docs aren’t clear enough for me

Hi there,

I answered the question about the remove button here : Remove item I just added - #7 by Guillaume

If you would like to update a page when an item is added/removed from the cart, you can subscribe to the item.added event: JavaScript SDK events – Snipcart Documentation and the item.removed event: JavaScript SDK events – Snipcart Documentation

I hope this helps, Cheers!