jsoneditor-react
jsoneditor-react copied to clipboard
How to use this library with create-react-app?
Can you provide an example about using this library with create-react-app?
mine simple works.
did an npm install of the components
import { JsonEditor as Editor } from 'jsoneditor-react'; import 'jsoneditor-react/es/editor.min.css';
<Editor value={objTmp} />