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 |
31
31
|`name`|`string` or `false`| "root" | Contains the name of your root node. Use `null` or `false` for no name. |
32
32
|`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. |
33
+
|`className`|`string`|`undefined`| Additional `className` string to append to the `className` of react-json-view's container. |
33
34
|`style`|`object`|`{}`| Style attributes for react-json-view container. Explicit style attributes will override attributes provided by a theme. |
34
35
|`iconStyle`|`string`| "circle" | Style of expand/collapse icons. Accepted values are "circle", triangle" or "square". |
35
36
|`indentWidth`|`integer`| 4 | Set the indent-width for nested objects |
0 commit comments