Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 993 Bytes

File metadata and controls

66 lines (50 loc) · 993 Bytes

react-superforms

Supercharged forms API and components for React

Demo

– Gif

Features

– Works out of the box – Zero-config – Controlled & uncontolled – Works with JSON-schema, custom state, supermodel –

Installation

Through yarn

yarn add react-superforms

Through NPM

npm install react-superforms --save

Get started

1. Setup

import Form from 'react-superforms'
export default () => 
  <Form
    defaultValue={{
      username: '',
      email: ''
    }}
  />

Development & test

git clone https://github.com/ekorzun/react-superforms.git
cd react-superforms
yarn install
yarn test

Licence

MIT.