0.1.3 • Published 2 years ago

@ripeworks/checkout v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

React Checkout

Basic shopping cart checkout frontend for plugging into wherever.

Support

Currently react-checkout does make some assumptions about your platform.

  • Headless styling with tailwindcss class names
  • Stripe for payments
  • English / US

Usage

import { CheckoutProvider } from "react-checkout";

function App() {
  return (
    <CheckoutProvider>
      <App />
    </CheckoutProvider>
  );
}

Stripe

  • Provide a publishable key using NEXT_PUBLIC_STRIPE_KEY environment variable.
  • Create an intent.ts api route, a sample one is included in this repo. You can also roll your own, it should provide a payment intent client secret response.
0.1.3

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago