0.15.0 • Published 3 years ago
@open-tech-world/react-form v0.15.0
React Form
⚡ by Open Tech World
Build Forms & Manage Their State in React.
Features
Simple APIs to use
It supports nested & array fields
It supports form validation
TypeScript support
Render optimized
Installation
# With npm
$ npm install @open-tech-world/react-form
# With yarn
$ yarn add @open-tech-world/react-form
Usage
import { Form, Field } from '@open-tech-world/react-form';
export default function App() {
return (
<Form
onSubmit={(values) => {
console.log(values);
}}
>
<Field name="field1" />
{/* Other fields... */}
<button type="submit">Submit</button>
</Form>
);
}
Documentation
Please read the complete documentation at: https://react-form.pages.dev/
License
Copyright (c) Thanga Ganapathy (MIT License).
0.15.0
3 years ago
0.11.0
3 years ago
0.10.1
3 years ago
0.12.0
3 years ago
0.11.1
3 years ago
0.13.0
3 years ago
0.14.0
3 years ago
0.10.0
3 years ago
0.9.0
3 years ago
0.9.2
3 years ago
0.9.1
3 years ago
0.8.0
5 years ago
0.7.0
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.4.2
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.0
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.1
5 years ago
0.2.2
5 years ago
0.2.0
5 years ago