Skip to content

Commit cbd7464

Browse files
committed
Readme file has updated
Signed-off-by: gokulakannant <gokulakannanthangaraji@gmail.com>
1 parent e25f269 commit cbd7464

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ A customized validatorjs library to validate the react forms. This library is ex
55
* [Supported Rules](https://www.npmjs.com/package/validatorjs#available-rules) (It is supports all validatorjs rules)
66
* [Documentation](https://gokulakannant.github.io/react-form-input-validation/index.html)
77

8+
## Why use react-form-input-validation?
9+
10+
* JQuery Free
11+
* Auto Controlled State
12+
* 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+
816
## Usage
917

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)
1119

1220
```js
1321
import React from "react";
@@ -96,9 +104,6 @@ class ValidationForm extends React.Component {
96104
}
97105
```
98106

99-
> **Note:**
100-
> This package is fully compatible with libraries like [Material UI](https://material-ui.com/), etc.
101-
102107
## Custom attribute name
103108

104109
Refer the below example to override the attribute name

0 commit comments

Comments
 (0)