rsnext/examples/with-stripe-typescript/components
Hidetaka Okamoto 2ec2becbcf
[example] Upgrade the with-stripe-typescript example app (#33761)
Hi team!
I found in the `with-stripe-typescript` example that I need to update these things.

- `use-shopping-cart` is launched a new major version
- Stripe launched a new useful payment element named Stripe Payment Element

So I've updated the example app to support these updates.

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`

## How to test it

Please check the README.md of the example.
https://github.com/vercel/next.js/blob/canary/examples/with-stripe-typescript/README.md

Thanks!
2022-01-28 23:20:43 +00:00
..
Cart.tsx [example] Upgrade the with-stripe-typescript example app (#33761) 2022-01-28 23:20:43 +00:00
CartSummary.tsx [example] Upgrade the with-stripe-typescript example app (#33761) 2022-01-28 23:20:43 +00:00
CheckoutForm.tsx Thor/stripe/add use shopping cart example (#14239) 2020-06-18 22:49:31 +00:00
ClearCart.tsx [example] Upgrade the with-stripe-typescript example app (#33761) 2022-01-28 23:20:43 +00:00
CustomDonationInput.tsx [Examples] Remove React.FC from with-stripe-typescript (#13803) 2020-06-05 16:17:36 +00:00
ElementsForm.tsx [example] Upgrade the with-stripe-typescript example app (#33761) 2022-01-28 23:20:43 +00:00
Layout.tsx Update .now.sh to .vercel.app. (#22359) 2021-04-14 09:46:06 -05:00
PrintObject.tsx [Examples] Remove React.FC from with-stripe-typescript (#13803) 2020-06-05 16:17:36 +00:00
Products.tsx [example] Upgrade the with-stripe-typescript example app (#33761) 2022-01-28 23:20:43 +00:00
StripeTestCards.tsx Thor/stripe/add use shopping cart example (#14239) 2020-06-18 22:49:31 +00:00