#kirito
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't believe we have any built-in functions to support custom inputs
Curious if there's a specific reason behind using your own inputs rather than Stripe elements?
I want the input style to match the style I have on the web application I'm working on
Ah got it, fwiw the CardElement does support custom styles using style object
https://stripe.com/docs/js/appendix/style
For PaymentElement, we have Appearance API
https://stripe.com/docs/elements/appearance-api?platform=web