Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
prabhuignoto committed Jun 23, 2022
1 parent b419fd7 commit ce90be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ The example shows a simple wizard with two pages.
| `pages` | Collection of [Page](#Page) object | |
| `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 |
| `theme` | [Theme](#🎨-theme) object for customized styling | |
| `silent` | Validation errors are flagged subtly. Validation messages are displayed only when the mouse is hovered over the field. | |
| `silent` | Validation errors are flagged subtly. Validation messages are displayed only when the mouse is hovered over the field. | false |
| `RTL` | Enables right to left mode | false |

## Page

0 comments on commit ce90be1

Please sign in to comment.