2.1.4 • Published 5 years ago

react-form-total v2.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-form-total

This is a component to build a complete form, with validations and different types of inputs, using objects in JSON format.

NPM JavaScript Style Guide

Install

npm install --save react-form-total

Usage

import React, { Component } from 'react'

import MyComponent from 'react-form-total'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © rikardocorp

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago