Cute JSON's in React
https://zzarcon.github.io/react-cute
$ yarn add react-cute
import Cute from 'react-cute';
const json = {
name: 'hector',
twitter: '@zzarcon'
};
<Cute json={json} />
- Out of the box UI
- Different colors based on value type
- Render values not showed by default
- Dependency free + no external CSS
- 3kB size