npm i json-edit-reactoryarn add json-edit-reactImplementationimport { JsonEditor } from 'json-edit-react' // In your React component: return <JsonEditor data={ jsonData } setData={ setJsonData } // optional { ...otherProps } />...
Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 40 Commits examples fix bug Jun 11, 2017 src add webpack Mar 6, 2017 .gitignore change gitignore Mar 26, 2017 .npmignore npmignore build ...
npm i json-edit-reactoryarn add json-edit-reactImplementationimport { JsonEditor } from 'json-edit-react' // In your React component: return <JsonEditor data={ jsonData } setData={ setJsonData } // optional { ...otherProps } />...
# Depending on your package manager: npm i json-edit-react # OR yarn add json-edit-react Implementation import { JsonEditor } from 'json-edit-react' // In your React component: return ( <JsonEditor data={ jsonData } setData={ setJsonData } // optional { ...otherProps } /> ); ...