@bigcommerce/checkout-sdk / StripeElementClasses
• Optional
base: string
The base class applied to the container. Defaults to StripeElement.
• Optional
complete: string
The class name to apply when the Element is complete. Defaults to StripeElement--complete.
• Optional
empty: string
The class name to apply when the Element is empty. Defaults to StripeElement--empty.
• Optional
focus: string
The class name to apply when the Element is focused. Defaults to StripeElement--focus.
• Optional
invalid: string
The class name to apply when the Element is invalid. Defaults to StripeElement--invalid.
• Optional
webkitAutoFill: string
The class name to apply when the Element has its value autofilled by the browser (only on Chrome and Safari). Defaults to StripeElement--webkit-autofill.