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
|`src`|`JSON Object`| None | This property contains your input JSON. |
63
-
|`name`|`string`|`JSX.Element` or `false`| "root" - Contains the name of your root node. Use `null` or `false` for no name. |
63
+
|`name`|`string`or `JSX.Element`|`false`| "root" - Contains the name of your root node. Use `null` or `false` for no name. |
64
64
|`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. |
65
65
|`style`|`object`|`{}`| Style attributes for react-json-view container. Explicit style attributes will override attributes provided by a theme. |
66
66
|`iconStyle`|`string`|`'circle'`| Style of expand/collapse icons. Accepted values are "circle", "triangle" or "square". |
0 commit comments