You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2020. It is now read-only.
You can pass the following properties to customize rendered labels and values:
123
+
124
+
```js
125
+
<JSONTree
126
+
labelRenderer={raw=><strong>raw</strong>}
127
+
valueRenderer={raw=><em>raw</em>}
128
+
/>
129
+
```
130
+
131
+
In this example the label and value will be rendered with `<strong>` and `<em>` wrappers respectively.
132
+
120
133
### Credits
121
134
122
135
- All credits to [Dave Vedder](http://www.eskimospy.com/) ([veddermatic@gmail.com](mailto:veddermatic@gmail.com)), who wrote the original code as [JSONViewer](https://bitbucket.org/davevedder/react-json-viewer/).
0 commit comments