Properties
additional
additional: {
formPosition: "top" | "center";
showUspacyBrand: boolean;
}
Type declaration
-
formPosition: "top" | "center"
-
showUspacyBrand: boolean
button
button: {
borderRadius: number;
size: "small" | "medium" | "large";
style: "text" | "contained" | "outlined";
textLetterSpacing: "standard" | "wide";
textSize: number;
}
Type declaration
-
borderRadius: number
-
size: "small" | "medium" | "large"
-
style: "text" | "contained" | "outlined"
-
textLetterSpacing: "standard" | "wide"
-
textSize: number
fields
fields: {
borderRadius: number;
hideFieldLabel: boolean;
size: "small" | "medium";
style: "outlined" | "standard";
textSize: number;
}
Type declaration
-
borderRadius: number
-
hideFieldLabel: boolean
-
size: "small" | "medium"
-
style: "outlined" | "standard"
-
textSize: number
generalColors
generalColors: {
formBg: string;
pageBg: string;
}
Type declaration
-
formBg: string
-
pageBg: string