2.1.1 • Published 8 years ago

react-object v2.1.1

Weekly downloads
35
License
MIT
Repository
github
Last release
8 years ago

react-object

Build Status

Rich visual representation and editor of javascript objects and values.

Example

Features

  • Color highlighted pretty-printing of objects and primitive values.
  • Expandable to drill into object and array hierarchy.
  • Abbreviates large objects/arrays to prevent render slow-down.
  • Rich date notation.
  • Rich function notation (with parameter names).

Getting Started

npm install react-object

Render a complex object:

import { Value } from "react-object";

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

<Value
    label="foo"
    value={ obj }/>        

Will yield:

Value

TODO

  • editable

Explore the API in the UIHarness

git clone https://github.com/philcockfield/react-object.git
cd react-object
npm install
npm start

ui-harness


License: MIT

2.1.1

8 years ago

2.1.0

8 years ago

2.0.13

8 years ago

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.6

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago