JSPM

react-cute

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q16553F

Cute JSON's in React

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 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