rong-form

0.1.0 • Public • Published

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 { Form,Field } from "rong-form";
ReactDOM.render(
  <Form>
    <Field name="username">
      <input/>
    </Field>
  </Form>,
  document.getElementById("root")
);

Readme

Keywords

Package Sidebar

Install

npm i rong-form

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

145 kB

Total Files

46

Last publish

Collaborators

  • tingzhou_jia