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
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Name|Type|Default|Description
43
43
`src`|`JSON Object`|None|This property contains your input JSON
44
44
`name`|`string` or `false`|"root"|Contains the name of your root node. Use `null` or `false` for no name.
45
45
`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
+
`className`|`string`|`undefined`|Additional `className` string to append to the `className` of react-json-view's container.
46
47
`style`|`object`|`{}`|Style attributes for react-json-view container. Explicit style attributes will override attributes provided by a theme.
47
48
`iconStyle`|`string`|"circle"| Style of expand/collapse icons. Accepted values are "circle", triangle" or "square".
48
49
`indentWidth`|`integer`|4|Set the indent-width for nested objects
0 commit comments