object-into-react

Visual representation js objects in react component


Keywords
react, react-component, object, react-object, log, visual-object
License
ISC
Install
npm install object-into-react@0.1.1

Documentation

object-into-react

Build Status

Getting Started

npm install object-into-react

How use

import Aggregate from "object-into-react";

const obj = { foo: 123, bar: { baz: "hello" }};

<Aggregate
  element={bot}
  isOpen
/>