#alex-pex-react-material
1 messages · Page 1 of 1 (latest)
@copper stump as far as I know there's no direct integration, you'd have to apply a style object(https://stripe.com/docs/js/appendix/style) that you craft yourself to mimic the look of those Material inputs through experimentation/testing unfortunately.
I just found https://github.com/angeloron/react-material-ui-stripe-payment-form 🤞
it works!
If someone has the same issue, create a StripeInput component https://github.com/angeloron/react-material-ui-stripe-payment-form/blob/master/src/components/StripeInput.js
and use it with TextField "InputComponent" https://github.com/angeloron/react-material-ui-stripe-payment-form/blob/master/src/Views/Forms/PaymentForm.js#L85