1.0.0 • Published 8 years ago

react-editable-fields v1.0.0

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

react-editable-form-fields

React components for inline-editing of forms

Inspiration

Inpired by kodibro's react-xeditable(kodbiro/react-xeditable https://github.com/kodbiro/react-xeditable) and the original vitalets xeditable(kodbiro/react-xeditable https://github.com/kodbiro/react-xeditable https://github.com/vitalets/angular-xeditable https://github.com/vitalets/angular-xeditable)

Development

* Fresh compile and run test suite
    * `npm test`
* Live Development Server
    * `npm run devServer`
* Local CI
    * `npm run test-watch`
* Test coverage (NB: also runs the tests suite)
    * `npm run test-cov`