Skip to content

Commit 204539b

Browse files
committed
doc: Update README.md
1 parent 84845a8 commit 204539b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ A React component for displaying and editing javascript arrays and JSON objects.
3333
npm install @uiw/react-json-view
3434
```
3535

36+
```jsx
37+
import JsonView from '@uiw/react-json-view';
38+
import JsonViewEditor from '@uiw/react-json-view/editor';
39+
import { lightTheme } from '@uiw/react-json-view/light';
40+
import { darkTheme } from '@uiw/react-json-view/dark';
41+
import { TriangleArrow } from '@uiw/react-json-view/triangle-arrow';
42+
import { TriangleSolidArrow } from '@uiw/react-json-view/triangle-solid-arrow';
43+
```
44+
3645
```jsx
3746
import JsonView from '@uiw/react-json-view';
3847

0 commit comments

Comments
 (0)