Code
Props
Data Type
Required
name
string
number
string
expiry
string
cvc
string
focused
string ('name', 'number', 'expiry', 'cvc')
namePlaceholder
boolean
accepdCards
boolean
Complement Components
CreditCardName, CreditCardNumber, CreditCardCVC, CreditCardDate
Props
Data Type
Required
value
string
className
string
id
string
name
string
label
string
info
string
helptext
string
error
boolean
errorMessage
string
disabled
boolean
readOnly
boolean
onBlur
function
onChange
function
onChange
function
How To Use
The main component is CreditCard, which is going to receive through the other CreditCard input components the data to perform the animations and interactions expected.
Example
Live Demo
For detailed code usage documentation, see the Storybooks for each framework below.
React
Last updated