chrisvdm / redwoodjs-stripe

A Redwood/Stripe integration made easy
MIT License
46 stars 7 forks source link

Feature: Stripe Payment Element #119

Open chrisvdm opened 1 year ago

chrisvdm commented 1 year ago

Add support for Stripe Payment Element

api

import {StripeElement} from '@redwoodjs-stripe/web'
//...

<StripeElement type="payment" options={} appearance={} />