We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d817f34 commit a54c82aCopy full SHA for a54c82a
core/README.md
@@ -19,7 +19,7 @@ A React component for displaying and editing javascript arrays and JSON objects.
19
## Features
20
21
📚 Use Typescript to write, better code hints.
22
-🎨 Support theme customization
+🎨 Support theme customization & [`online editing`](https://uiwjs.github.io/react-json-view/#online-editing-theme) theme
23
🌒 Support dark/light mode
24
25
## Quick Start
@@ -131,6 +131,8 @@ export default function Demo() {
131
}
132
```
133
134
+## Online Editing Theme
135
+
136
Online custom style example, please check in the [documentation website](https://uiwjs.github.io/react-json-view/)
137
138
```tsx mdx:preview
0 commit comments