object-into-react
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
/> Visual representation js objects in react component
Homepage Repository npm JavaScript Download
npm install object-into-react@0.1.1