#Filip-UI
1 messages · Page 1 of 1 (latest)
it's somewhat supported yes, you can use the separate CardNumberElement and CardExpiry Element and arrange them into a UI like that, I have seen some Stripe merchants set up their payment page that way.
Sweet! And that's without the submit button right?
Also does the input have the "Labels" option which states:
Enables switching between labels above form fields and floating labels within the form fields; can be either above or floating
yes, these are just inputs, you can compose them together into your own form
AFAIK no it does not, it's a different API from the PaymentElement entirely
Ahh right got it!
on https://stripe.dev/elements-examples/ there's an example of floating labels when using these components but to be honest I've never understood how that example works, it's kind of complicated