Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

react-cute Build Status

Cute JSON's in React

Logo

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

You can’t perform that action at this time.