Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 633ebd4

Browse files
authored
Merge pull request mac-s-g#33 from mac-s-g/base-16-styles
Base 16 styles
2 parents 7555339 + 2ba766d commit 633ebd4

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This component provides a responsive interface for displaying arrays or JSON in
1111
* [Installation instructions](#intallation-instructions) are listed below.
1212

1313
### Implementation Example:
14-
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-9.png?raw=true "Usage Example")
14+
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-10.png?raw=true "Usage Example")
1515

1616
### Example Component Display:
1717
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-8.png?raw=true "Output Example")
@@ -98,3 +98,4 @@ All node modules are installed within the container, so make sure to rebuild you
9898

9999
### To-Do's
100100
1. Add Tests!
101+
2. Add some pretty badges to the github index.

doc/output-example-10.png

33.4 KB
Loading

doc/output-example-8.png

-36.9 KB
Binary file not shown.

example/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ReactDom.render(
1616
<br />
1717

1818
{/* use a base16 theme */}
19-
<JsonViewer src={getExampleJson1()} theme='monokai' />
19+
<JsonViewer src={getExampleJson1()} theme='railscasts' />
2020

2121
<br />
2222

0 commit comments

Comments
 (0)