You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`bodyHeight`| Sets the height of the form body. | 500 |
97
-
|`highlightFieldsOnValidation`| Highlights the fields when the validation fails or succeeds | false |
98
-
|`onFinish`| Callback executed on final step ||
99
-
|`pages`| Collection of [Page](#Page) object ||
100
-
|`strict`| Validation rules are applied to all inputs that have been marked for validation or that are required.<br>The component prevents the user from moving on until the current step's errors have been fixed. | false |
101
-
|`theme`|[Theme](#🎨-theme) object for customized styling ||
102
-
|`silent`| Validation errors are flagged subtly. Validation messages are displayed only when the mouse is hovered over the field. | false |
|`bodyHeight`| Sets the height of the form body | 500 |
97
+
|`highlightFieldsOnValidation`| Highlights the fields when the validation fails or succeeds | false |
98
+
|`onFinish`| Callback executed on final step ||
99
+
|`pages`| Collection of [Page](#Page) object ||
100
+
|`RTL`| Enables right to left mode | false |
101
+
|`showStepperTitles`| Use this prop to display page titles under the stepper points | false |
102
+
|`silent`| Validation errors are flagged subtly. Validation messages are displayed only when the mouse is hovered over the field | false |
103
+
|`stepperItemWidth`| Sets the width of each stepper item | "200px" |
104
+
|`strict`| Validation rules are applied to all inputs that have been marked for validation or that are required.<br>The component prevents the user from moving on until the current step's errors have been fixed | false |
105
+
|`theme`|[Theme](#🎨-theme) object for customized styling ||
0 commit comments