https://github.com/sreejit7/formbuildr
Homepage for react-config-form, a lightweight npm package for creating highly customizable and accessible forms in React easily with just a config.
https://github.com/sreejit7/formbuildr
form form-builder forms react react-config-form react-forms react-typescript
Last synced: 12 months ago
JSON representation
Homepage for react-config-form, a lightweight npm package for creating highly customizable and accessible forms in React easily with just a config.
- Host: GitHub
- URL: https://github.com/sreejit7/formbuildr
- Owner: Sreejit7
- License: mit
- Created: 2022-07-07T12:56:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T10:27:46.000Z (over 3 years ago)
- Last Synced: 2025-01-07T23:51:21.629Z (about 1 year ago)
- Topics: form, form-builder, forms, react, react-config-form, react-forms, react-typescript
- Language: TypeScript
- Homepage: https://formbuildr.vercel.app
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homepage for [react-config-form](https://www.npmjs.com/package/react-config-form)

**react-config-form** is a lightweight npm package for creating easy forms in React with just a config. The component removes all necessity to write long boilterplate for handling state, change & errors for any React form. Just pass in a **config**, and attach a **form submit handler**, and you're done! It's fully **type-safe** too if you're coming from a [TypeScript](https://www.typescriptlang.org/) home.
[Visit the site for more info!](https://formbuildr.vercel.app)
## Docs
Please head over to the [react-config-form docs](https://github.com/Sreejit7/react-config-form#readme) for getting started with building highly customizable forms with a config in React.
## Examples
Please head over to the [examples](https://formbuildr.vercel.app/examples) for seeing demo forms in action!