Skip to content

Latest commit

 

History

150 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Rong Form

Rong Form is a modern form management library for React



Quick Start

  1. Install:
yarn add rong-form -S
npm i rong-form -S
  1. Import :
import ReactDOM from 'react-dom';
import { Form,Field } from "rong-form";
ReactDOM.render(
  <Form>
    <Field name="username">
      <input/>
    </Field>
  </Form>,
  document.getElementById("root")
);

About

Modern Form Management Library powered by MobX

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages