1.0.2 • Published 6 years ago

react-cute v1.0.2

Weekly downloads
13
License
-
Repository
github
Last release
6 years ago

react-cute Build Status

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

Author 👶

@zzarcon