react-inspect
v0.1.5
Published
inspect an object in a visual way
Downloads
3
Maintainers
Readme
react-inspect
Development
npm install react-inspect
npm start
Usage
var Component = require('react-inspect');
var React = require('react');
React.render(<Component data={{name: 'jack'}}/>, container);
API
props
| param | 说明 | type | optional value | default | |------------|-----------------------------------------|-----------|----------------|-------------| | data | data you want ot inspect | anything | anything | undefined |
License
react-inspect is released under the MIT license.