Package Exports
- react-cute
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-cute) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-cute 
Cute JSON's in React

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