jsoneditor-react icon indicating copy to clipboard operation
jsoneditor-react copied to clipboard

How to use this library with create-react-app?

Open ovidiu141 opened this issue 4 years ago • 1 comments

Can you provide an example about using this library with create-react-app?

ovidiu141 avatar May 17 '20 16:05 ovidiu141

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} />

SuddenDevelopment avatar Jun 11 '20 20:06 SuddenDevelopment