1.10.2 • Published 10 months ago

jsoneditor-react-sample v1.10.2

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

10 months ago

1.10.1

10 months ago

1.10.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago