An open API service indexing awesome lists of open source software.

https://github.com/ehasaranga/react-ezform

Lightweight react form library
https://github.com/ehasaranga/react-ezform

react react-ezform react-form react-hooks typescript

Last synced: 27 days ago
JSON representation

Lightweight react form library

Awesome Lists containing this project

README

          

# React Easy Form

Lightweight React Form Library.
## Features

- Minimal re-renders
- Easy validation with choice of yours
- Native html form support
- Wrapper for your own form components
- Only dependency is React

## Disclaimer

This is still in development.

## Installation

```bash
npm install react-ezform
```
```bash
pnpm add react-ezform
```