# 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`
