Skip to content

Commit

Permalink
Merge pull request #47 from snoh666/patch-1
Browse files Browse the repository at this point in the history
Fix README.md so it alignes with name type instead of default value
  • Loading branch information
Kikobeats authored Nov 12, 2024
2 parents ff804a5 + af4f194 commit 459d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import ReactJsonView from '@microlink/react-json-view'
| Name | Type | Default | Description |
|:-----------------------------|:-------------------------------------------------|:-------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `src` | `JSON Object` | None | This property contains your input JSON. |
| `name` | `string` | `JSX.Element` or `false` | "root" - Contains the name of your root node. Use `null` or `false` for no name. |
| `name` | `string` or `JSX.Element` | `false` | "root" - Contains the name of your root node. Use `null` or `false` for no name. |
| `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. |
| `style` | `object` | `{}` | Style attributes for react-json-view container. Explicit style attributes will override attributes provided by a theme. |
| `iconStyle` | `string` | `'circle'` | Style of expand/collapse icons. Accepted values are "circle", "triangle" or "square". |
Expand Down

0 comments on commit 459d60b

Please sign in to comment.