react-nested-json-table icon indicating copy to clipboard operation
react-nested-json-table copied to clipboard

A simple React component that renders any deeply nested json into a collapsible table

Results 2 react-nested-json-table issues
Sort by recently updated
recently updated
newest added

Global CSS cannot be imported from within node_modules

Came accros ``` import React, { Component, PropTypes } from 'react'; ``` However this is AFAIK deprecated.