README
apeman-react-devtool
apeman react package for developer tools.
Installation
$ npm install apeman-react-devtool --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApDebtool, ApDebtoolStyle} from 'apeman-react-devtool'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApDebtoolStyle />
<ApDebtool />
</div>
)
}
})
Components
ApDevtoolStyle
Props
| Name | Type | Default | Description |
|---|---|---|---|
| style | object | {} | |
| highlightColor | string | ApStyle.DEFAULT_HIGHLIGHT_COLOR | |
| baseColor | 'rgba(0,0,0,0.8)' |
ApDevtool
Props
| Name | Type | Default | Description |
|---|---|---|---|
| version | string | null | |
| info | object | null | |
| actions | object |
License
This software is released under the MIT License.