formsy-react
A form input builder and validator for React JS
File Explorer
Download Latest Version (.zip)- main.yml
- release.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- DynamicInputForm.tsx
- getValidState.tsx
- TestInput.tsx
- TestInputHoc.tsx
- equals.spec.tsx
- equalsField.spec.tsx
- isAlpha.spec.tsx
- isAlphanumeric.spec.tsx
- isEmail.spec.tsx
- isEmptyString.spec.tsx
- isExisty.spec.tsx
- isFalse.spec.tsx
- isFloat.spec.tsx
- isInt.spec.tsx
- isLength.spec.tsx
- isNumeric.spec.tsx
- isSpecialWords.spec.tsx
- isTrue.spec.tsx
- isUndefined.spec.tsx
- isUrl.spec.tsx
- isWords.spec.tsx
- maxLength.spec.tsx
- minLength.spec.tsx
- Element.spec.tsx
- Formsy.spec.tsx
- Utils.spec.tsx
- Validation.spec.tsx
- Formsy.d.ts
- FormsyContext.d.ts
- index.cjs
- index.d.ts
- index.js
- interfaces.d.ts
- utils.d.ts
- validationRules.d.ts
- withFormsy.d.ts
- Formsy.ts
- FormsyContext.ts
- index.ts
- interfaces.ts
- utils.ts
- validationRules.ts
- withFormsy.ts
- .coveralls.yml
- .editorconfig
- .gitignore
- .npmignore
- .nvmrc
- .oxfmtrc.json
- .oxlintrc.json
- API.md
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- rslib.config.ts
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/formsy/formsy-react
Downloads the entire project code from GitHub to your computer.
cd formsy-react
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
