Open
Description
GitHub user and web developer @bhtw raises a requirement to render separate inputs a la this example. Stripe.js exposes apis to pull this off. I'd be interested to explore ideas here that add slots for inputs
<stripe-elements publishable-key="pk_test_XXXXXXXXXXX">
<stripe-credit-card slot="credit-card"></stripe-credit-card>
<stripe-exp-month slot="exp-month"></stripe-exp-month>
<stripe-exp-year slot="exp-year"></stripe-exp-year>
<stripe-cvc slot="cvc"></stripe-cvc>
</stripe-elements>
Activity