Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.31 KB

StripeElementClasses.md

File metadata and controls

63 lines (35 loc) · 1.31 KB

@bigcommerce/checkout-sdk / StripeElementClasses

Interface: StripeElementClasses

Table of contents

Properties

Properties

base

Optional base: string

The base class applied to the container. Defaults to StripeElement.


complete

Optional complete: string

The class name to apply when the Element is complete. Defaults to StripeElement--complete.


empty

Optional empty: string

The class name to apply when the Element is empty. Defaults to StripeElement--empty.


focus

Optional focus: string

The class name to apply when the Element is focused. Defaults to StripeElement--focus.


invalid

Optional invalid: string

The class name to apply when the Element is invalid. Defaults to StripeElement--invalid.


webkitAutoFill

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.