@uiw/react-codemirror 4.3.3 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/codemirror.js +35094 -0
- package/dist/codemirror.min.js +2 -0
- package/dist/codemirror.min.js.LICENSE.txt +14 -0
- package/package.json +15 -16
- package/src/__tests__/index.test.tsx +87 -0
package/README.md
CHANGED
|
@@ -283,6 +283,13 @@ export default ReactCodeMirror;
|
|
|
283
283
|
- [@uiw/react-monacoeditor](https://github.com/jaywcjlove/react-monacoeditor): Monaco Editor component for React.
|
|
284
284
|
- [@uiw/react-markdown-editor](https://github.com/uiwjs/react-markdown-editor): A markdown editor with preview, implemented with React.js and TypeScript.
|
|
285
285
|
- [@uiw/react-markdown-preview](https://github.com/uiwjs/react-markdown-preview): React component preview markdown text in web browser.
|
|
286
|
+
- [Online JSON Viewer](https://github.com/uiwjs/json-viewer) Online JSON Viewer, JSON Beautifier to beautify and tree view of JSON data - It works as JSON Pretty Print to pretty print JSON data.
|
|
287
|
+
|
|
288
|
+
## Contributors
|
|
289
|
+
|
|
290
|
+
<a href="https://github.com/uiwjs/react-codemirror/graphs/contributors">
|
|
291
|
+
<img src="https://uiwjs.github.io/react-codemirror/CONTRIBUTORS.svg" />
|
|
292
|
+
</a>
|
|
286
293
|
|
|
287
294
|
## License
|
|
288
295
|
|