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.