0.15.0 • Published 2 years ago

@open-tech-world/react-form v0.15.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Form

⚡ by Open Tech World

Build npm bundle size (scoped version)

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

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago