react-json-view
Advanced tools
Comparing version 1.9.4 to 1.9.5
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"main": "dist/main.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -64,5 +64,6 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
### Customizing Style | ||
#### Stock Themes | ||
RJV now supports base-16 themes! | ||
You can specify a `theme` prop when you instantiate your rjv component. | ||
You can specify a `theme` name or object when you instantiate your rjv component. | ||
``` | ||
@@ -79,2 +80,5 @@ <ReactJson src={my_important_json} theme="monokai" /> | ||
#### Use Your Own Theme | ||
You can supply your own base-16 theme object. | ||
### onEdit Interaction | ||
@@ -140,3 +144,3 @@ Click the pencil icon to initialize an edit | ||
I'm also inspired by my users who come up with interesting feature requests. Reach out to me with ideas for this project or other projects you want to collaborate on. My email address is listed on my [github user page](https://github.com/mac-s-g). | ||
I'm also inspired by users who come up with interesting feature requests. Reach out to me with ideas for this project or other projects you want to collaborate on. My email address is listed on my [github user page](https://github.com/mac-s-g). | ||
@@ -143,0 +147,0 @@ ### To-Do's |
Sorry, the diff of this file is too big to display
373067
765
147