1.0.0 • Published 4 years ago

gatsby-theme-cart v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

gatsby-theme-cart

  • Shopping cart logic for Gatsby 🛒
  • Minimal configuration! 🛠
  • Built on Gatsby 🚀
  • Made by Jamie Barton 👋
  • It's free! 💰

This Gatsby Theme uses react-use-cart under the hood.

Install

yarn add gatsby-theme-cart
// In your gatsby-config.js

plugins: [
  {
    resolve: `gatsby-theme-cart`,
    options: {
      // ...
    },
  },
]

Options

OptionDefaultRequiredDescription
enableCartPagetrueNoUseful if you wish to use the exported Cart /> component in your existing page.
1.0.0

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago