simple-form-uncontrolled

0.0.1 • Public • Published

simple-form-uncontrolled

Simple form feature for uncontrolled components.

NPM JavaScript Style Guide GitHub

Install

npm install --save simple-form-uncontrolled

Usage

import React, { Component } from 'react'

import MyComponent from 'simple-form-uncontrolled'
import 'simple-form-uncontrolled/dist/index.css'

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

License

MIT © lisandroTSilva

Contribute

Under development

Readme

Keywords

none

Package Sidebar

Install

npm i simple-form-uncontrolled

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

5.66 kB

Total Files

8

Last publish

Collaborators

  • lisandro.t.silva