Skip to content

Commit a54c82a

Browse files
committed
doc: Update README.md
1 parent d817f34 commit a54c82a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A React component for displaying and editing javascript arrays and JSON objects.
1919
## Features
2020

2121
📚 Use Typescript to write, better code hints.
22-
🎨 Support theme customization
22+
🎨 Support theme customization & [`online editing`](https://uiwjs.github.io/react-json-view/#online-editing-theme) theme
2323
🌒 Support dark/light mode
2424

2525
## Quick Start
@@ -131,6 +131,8 @@ export default function Demo() {
131131
}
132132
```
133133

134+
## Online Editing Theme
135+
134136
Online custom style example, please check in the [documentation website](https://uiwjs.github.io/react-json-view/)
135137

136138
```tsx mdx:preview

0 commit comments

Comments
 (0)