0.1.0 • Published 5 years ago
rong-form v0.1.0
Rong Form is a modern form management library for React
Quick Start
- Install:
yarn add rong-form -Snpm i rong-form -S- Import :
import { Form,Field } from "rong-form";
ReactDOM.render(
<Form>
<Field name="username">
<input/>
</Field>
</Form>,
document.getElementById("root")
);0.1.0
5 years ago