Skip to content

Commit 15b1484

Browse files
authored
Updated README.md
1 parent 6100f5f commit 15b1484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# react-constraint-validation
2-
**React Constraint Validation** is a small library that provides validation props for React components similar to the HTML Constraint Validation attributes.
2+
**React Constraint Validation** is a small library that aims to provide validation props for React components similar to the HTML Constraint Validation attributes.
33

44
### Features
55

66
- HTML Constraint Validation attributes (like required, min, maxLength) for React components (without refs)
77
- Easily extensible with own validators
88
- Localisation of error messages and interpolation
99
- Written in Typescript
10-
- Perfect fit to Formik
10+
- To be used with Formik
1111

1212
### Use case
1313

@@ -21,7 +21,7 @@ Instead you want to create Fields that directly support these validations with r
2121

2222
### Form framework needed
2323

24-
**React Constraint Validation** provides a HOC and some standard validators. The HOC can be used to enhance form components of your preferred form framework e.g. Formik.
24+
**React Constraint Validation** provides a experimental HOC and some standard validators. The HOC can be used to enhance form components of your preferred form framework e.g. Formik.
2525

2626
Limitation: Actually it currently only supports Formik ;) Support for other form frameworks like React Final Form is planned with one of the next releases.
2727

0 commit comments

Comments
 (0)