Skip to content

ekorzun/react-superform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published