form-inline-edit
v0.1.5
Published
Form inline edit
Downloads
4
Maintainers
Readme
Form Inline Edit using backend validation
TODO: descripction
Install
You can install the package via yarn:
$ yarn add form-inline-edit
Usage
const FormInlineEdit = require('form-inline-edit');
const form = new FormInlineEdit({
name: 'josh',
age: 100
})
Testing (TODO)
$ npm run test
Security
If you discover any security related issues, please contact :author_name instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.