1.0.2 • Published 4 years ago

shopify-cart-pro v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Shopify Cart Pro

Customers can manage their cart from the cart overlay.

Cart Preview

Installation

yarn add shopify-cart
import React from 'react'
import * as ReactDOM from 'react-dom'

import { Cart, showCart } from 'shopify-cart'

// Initialize the cart
const cartContainerEl = document.getElementById('cart-container')
ReactDOM.render(<Cart />, cartContainerEl)

// Open the cart
const cartIconEl = document.getElementById('cart-icon')
cartIconEl.addEventListener('click', showCart)
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago