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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ RJV is a React component for displaying and editing javascript **arrays** and **
8
8
9
9
This component provides a responsive interface for displaying arrays or JSON in a web browser. NPM offers a distribution of the source that's transpiled to ES5; so you can include this component with *any web-based javascript application*.
10
10
11
-
[Check out the Interactive Demo](https://mac-s-g.github.io/react-json-view/demo/dist/)
11
+
[Check out the Interactive Demo](https://react-json-view.microlink.io/)
12
12
13
13
14
14
### Implementation Example
@@ -43,7 +43,7 @@ Name|Type|Default|Description
43
43
|:---|:---|:---|:---
44
44
`src`|`JSON Object`|None|This property contains your input JSON
45
45
`name`|`string`|`JSX.Element` or `false`|"root"|Contains the name of your root node. Use `null` or `false` for no name.
46
-
`theme`|`string`|"rjv-default"|RJV supports base-16 themes. Check out the list of supported themes [in the demo](https://mac-s-g.github.io/react-json-view/demo/dist/). A custom "rjv-default" theme applies by default.
46
+
`theme`|`string`|"rjv-default"|RJV supports base-16 themes. Check out the list of supported themes [in the demo](https://react-json-view.microlink.io/). A custom "rjv-default" theme applies by default.
47
47
`style`|`object`|`{}`|Style attributes for react-json-view container. Explicit style attributes will override attributes provided by a theme.
48
48
`iconStyle`|`string`|"circle"| Style of expand/collapse icons. Accepted values are "circle", triangle" or "square".
49
49
`indentWidth`|`integer`|4|Set the indent-width for nested objects
@@ -84,7 +84,7 @@ You can specify a `theme` name or object when you instantiate your rjv component
0 commit comments