inputStyles
property of the custom styles:
Field | Description |
---|---|
base | Base customizations for all inputs. |
cardIcon | Customization for the card icon inside the card number input. |
complete | Customizations for a correct filled input. |
empty | Customizations for an empty input. |
focus | Customizations for a focused input. |
invalid | Customizations for when an input is incorrectly filled. |
global | Global customizations |
Custom Styles with input styles customization
placeholders
property to the custom styles, as presented below:
Custom Styles with placeholders customization
labelStyles
property to your custom styles object. This new property is an object’s object with a base configuration, as exemplified below:
Custom Styles with labels styles customization
labels
property to the custom styles, as presented below:
Custom Styles with labels texts customization
labelStyles
property to the custom styles. An example of this property inside the custom styles object is presented below:
Custom Styles with error text styles customization