react-json-tree
react-json-tree copied to clipboard
React JSON Viewer Component, Extracted from redux-devtools
I tried to find a CDN link for this package, but I couldn't. Please let me know if you know the way to load this package from CDN. Thanks.
See here for details on the issue in Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11844964/ This is affecting `react-json-tree` (somewhat inadvertently, sorry, not your fault!) Here's where the unicode char is used: https://github.com/alexkuz/react-json-tree/blob/master/src/JSONArrow.js#L16 And the...
after npm install & npm start it show Module build failed: ReferenceError: Unknown plugin "transform-decorators-legacy" specified in "/Users/HolaMan/Projects/react-json-tree/.babelrc" at 0, attempted to resolve relative to "/Users/HolaMan/Projects/react-json-tree" at /Users/HolaMan/Projects/react-json-tree/examples/node_modules/babel-core/lib/transformation/file/options/option-manager.js:177:17 at Array.map...
I tried to add below css on the parent of `` dom to make it in a fixed height with a vertical scrollbar but it doesn't work. How can I...
When rendering JSONTree on a page with absolute/fixed/sticky positioned elements, this will mess up the CSS [stacking context](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context), so some of the JSONTree elements that should have been part of...
Node items with numeric value are not rendered as the valueGetter function is not defined. This PR fix this issue by assigning a valueGetter function to nodetype of value "Number"
Adds the optional property `onNodeExpansionChanged(keyName, data, level, expanded)` to `JSONNestedNode`. This allows applications to be notified when a node is expanded or collapsed. This can be used, for example, in...
Added hover state param to 'value', 'nestedNode' and 'rootNode' stylings. Rebased https://github.com/alexkuz/react-json-tree/pull/51