#keira-elements-ui
1 messages · Page 1 of 1 (latest)
Stripe Elements
var elements = stripe.elements();
var card = elements.create('card', {style: stripeStyle});
you'll have to increase the width of your Elements to give more room to the UI elements to collapse/expand
what's the minimum width required?
not sure off hand, you would have to try some out and see
If I would like to create something like this with card number and details on 2 separate lines, which element should I use?