1.10.2 • Published 6 months ago

jsoneditor-react-sample v1.10.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 months ago

JsonEditorSample

根据jsoneditor插件生成一个可快速使用的json编辑器,支持在react项目中。

使用方式

安装

npm add jsoneditor-react-sample --save

使用

import { JsonEditor } from 'jsoneditor-react-sample'

const App = () => {
  return (
    <div>
      <JsonEditor />
    </div>
  );
};

export default App;
1.10.2

6 months ago

1.10.1

6 months ago

1.10.0

6 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago