File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ GitHub release] ( https://img.shields.io/github/release/formsy/formsy-react.svg )] ( https://github.com/formsy/formsy-react/releases )
44![ CI] ( https://github.com/formsy/formsy-react/workflows/CI/badge.svg )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/formsy/formsy-react/badge.svg?branch=master )] ( https://coveralls.io/github/formsy/formsy-react?branch=master )
6- [ ![ Gzipped size] ( http://img.badgesize.io/https://unpkg.com/formsy-react?compression=gzip )] ( https://unpkg.com/formsy-react )
76[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/formsy/formsy-react.svg )] ( https://github.com/formsy/formsy-react/contributors )
87![ Typescript Types included] ( https://badgen.net/npm/types/tslib )
98
@@ -41,10 +40,9 @@ if you're looking for old issues.
4140## Formsy component packages
4241
4342- [ twisty/formsy-react-components] ( https://github.com/twisty/formsy-react-components ) - Bootstrap components for a
44- formsy-react form.\
45- - [ zabute/formsy-semantic-ui-react] ( https://github.com/zabute/formsy-semantic-ui-react ) - Formsy-React wrappers for
46- Semantic-Ui-React's form components
47- ([ currently being updated to formsy 2.x] ( https://github.com/zabute/formsy-semantic-ui-react/pull/77 ) )
43+ Formsy-React form.
44+ - [ zabute/formsy-semantic-ui-react] ( https://github.com/zabute/formsy-semantic-ui-react ) - Semantic-Ui-React components for a
45+ Formsy-React form.
4846
4947## 1.x to 2.x Upgrade Guide
5048
@@ -153,6 +151,10 @@ This code results in a form with a submit button that will run the `submit` meth
153151valid email. The submit button is disabled as long as the input is empty ([ required] ( /API.md#required ) ) and the value is
154152not an email ([ isEmail] ( /API.md#validators ) ). On validation error it will show the message: "This is not a valid email".
155153
154+ ## 3. More
155+
156+ See the [ API] ( /API.md ) for more information.
157+
156158## Contribute
157159
158160- Fork repo
You can’t perform that action at this time.
0 commit comments