@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
113 lines (112 loc) • 3.38 kB
Markdown
<!-- ```js
<StripeProviderWrapper>
<CartSidebar
shouldShowCartSidebar={true}
hideCartSidebar={() => {}}
submitBag={() => { console.log('submit bag') }}
subTotal={"22.5"}
itemsInBag={1}
order={{applied_coupon_codes: [],
email: null,
id: 627960,
line_items:[2301163],
number: "P710883835",
payment_method: null,
payment_methods: [],
promotion_adjustments: [],
selected_shipping_rate_id: null,
shipping_address: null,
shipping_cost: "0.0",
shipping_methods: [],
store_credits_total: "0.0",
subtotal: "22.5",
tax_total: "0.0",
total: "22.5",
waitlist_items:[]}}
currentUser={null}
submitBagCheckoutStripe={() => {}}
loadBag={() => {}}
setShippingAddress={() => {}}
lineItems={[{
adjustments: [],
amount: "24.5",
category: ["Tops", "Graphic Tees"],
color: "Black",
colorway_slug: "black",
cost_price: null,
id: 2295178,
name: "Embellished Bolt Tee",
order_id: 627140,
price: "24.5",
product_id: 1560,
quantity: 1,
shot: { cloudinary_key: "production/catalog/rlnrtg6z2e56zneqi9dl",
id: 2257441,
shot_type: "front"
},
size: "10",
sku: "5601-007-N",
slug: "embellished-bolt-tee",
total: "24.5",
variant_id:16975},
{
adjustments: [],
amount: "24.5",
category: ["Tops", "Graphic Tees"],
color: "Black",
colorway_slug: "black",
cost_price: null,
id: 2295178,
name: "Embellished Bolt Tee",
order_id: 627140,
price: "24.5",
product_id: 1560,
quantity: 1,
shot: { cloudinary_key: "production/catalog/rlnrtg6z2e56zneqi9dl",
id: 2257441,
shot_type: "front"
},
size: "10",
sku: "5601-007-N",
slug: "embellished-bolt-tee",
total: "24.5",
variant_id:16975},
{
adjustments: [],
amount: "24.5",
category: ["Tops", "Graphic Tees"],
color: "Black",
colorway_slug: "black",
cost_price: null,
id: 2295178,
name: "Embellished Bolt Tee",
order_id: 627140,
price: "24.5",
product_id: 1560,
quantity: 1,
shot: { cloudinary_key: "production/catalog/rlnrtg6z2e56zneqi9dl",
id: 2257441,
shot_type: "front"
},
size: "10",
sku: "5601-007-N",
slug: "embellished-bolt-tee",
total: "24.5",
variant_id:16975}
]}
updateBag={() => { console.log('update bag') }}
removeItem={() => { console.log('remove item') }}
segmentCartViewed={() => { console.log('segment cart viewed') }}
promotion={null}
promotionLoading={false}
promoHasBeenApplied={null}
promoErrorMessage={null}
applyPromotion={() => { console.log('apply promotion') }}
removePromotion={() => { console.log('remove promotion') }}
appliedPromotion={null}
onClickCheckout={() => { console.log('onClick checkout') }}
onClickPaymentRequestButton={() => { console.log('onClick payment request button') }}
/>
</StripeProviderWrapper>
```
-->