An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Homepage for [react-config-form](https://www.npmjs.com/package/react-config-form)

image

**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!