#Naveed | Web3Auth-save

1 messages · Page 1 of 1 (latest)

knotty oracle
pastel pine
#

will I have to code the UI myself?

#

hmm PaymentElement seems to accept a couple of options

knotty oracle
#

not sure what you mean by which UI, but see the difference between the tabs on that page, since for example you could use a hosted Checkout page too

pastel pine
#

for example i would need to make something like this

#

is there like a stripe element for getting a credit card item

#

e.g. CreditCard

#

this is how PaymentElement looks like

#

they "Pay" seems to be part of it

#

i dont think it supports save card

knotty oracle
knotty oracle
knotty oracle
knotty oracle
pastel pine
#

thanks!

knotty oracle
#

if you look at example code for the PaymentElement, the element is just the actual form for entering the payment information, the button is part of your own page and can be changed(like you could change it from Pay to Save here)

pastel pine
#

OHHH

#

i really did think it was all encapsulated within <PaymentElement /> or something