Form A modern form management library for React Apr 25, 2021 1 min read Rong Form Rong Form is a modern form management library for React. View Demo View Github Quick Start Install: yarn add rong-form -S Bash npm i rong-form -S Bash Import : import { Form,Field } from "rong-form"; ReactDOM.render( <Form> <Field name="username"> <input/> </Field> </Form>, document.getElementById("root") ); React JSX Form
Form Compose multiple forms into a single form wizard using a monadic approach Compose multiple forms into a single form wizard using a monadic approach 18 January 2024
Form A set of form-related components for React A set of form-related components for React 23 October 2023