File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# react-json-viewer
22interactive json viewer wrapped up in a react component
33
4+ ## Usage
5+ ### Implementation Example:
6+ ![ alt text] ( https://github.com/mac-s-g/react-pretty-json/blob/master/docs/source-example.png?raw=true " Usage Example ")
7+
8+ ### Output Example:
9+ ![ alt text] ( https://github.com/mac-s-g/react-pretty-json/blob/master/docs/output-example.png?raw=true " Output Example ")
10+
11+ ## Customizing Style
12+ update or override ` src/style/_variables.scss ` to apply your own theme.
13+
414## Working with the source code:
515You can use Docker to run the source code in your browser:
616 1 . Clone this repo
@@ -21,16 +31,6 @@ Webpack-dev-server is running in the container and hot-reloading when changes ar
2131
2232All node modules are installed within the container, so make sure to rebuild your container if you make changes to package.json (see step 3, above).
2333
24- ## Usage
25- ### Implementation Example:
26- ![ alt text] ( https://github.com/mac-s-g/react-pretty-json/blob/master/docs/source-example.png?raw=true " Usage Example ")
27-
28- ### Output Example:
29- ![ alt text] ( https://github.com/mac-s-g/react-pretty-json/blob/master/docs/output-example.png?raw=true " Output Example ")
30-
31- ## Customizing Style
32- update or override ` src/style/_variables.scss ` to apply your own theme.
33-
3434## ToDo's
35351 . Add Tests!
36362 . move each data type into it's own component
You can’t perform that action at this time.
0 commit comments