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
* Compatible with libraries like [Material UI](https://material-ui.com/), and etc.
13
+
* Readable and declarative validation rules which is inspired by laravel framework.
14
+
* Error messages with multilingual support.
15
+
8
16
## Usage
9
17
10
-
A example form has given below for basic usages. View all available apis in documentation
18
+
A example form has given below. View all available apis in [documentation](https://gokulakannant.github.io/react-form-input-validation/classes/reactformvalidator.html)
11
19
12
20
```js
13
21
importReactfrom"react";
@@ -96,9 +104,6 @@ class ValidationForm extends React.Component {
96
104
}
97
105
```
98
106
99
-
> **Note:**
100
-
> This package is fully compatible with libraries like [Material UI](https://material-ui.com/), etc.
101
-
102
107
## Custom attribute name
103
108
104
109
Refer the below example to override the attribute name
0 commit comments