1.10.2 • Published 4 months ago

jsoneditor-react-sample v1.10.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 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

4 months ago

1.10.1

4 months ago

1.10.0

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago