3.0.3 • Published 9 years ago
apeman-react-devtool v3.0.3
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 | Version string of the application | |
info | object | null | Information object | |
actions | object | Action handlers |
License
This software is released under the MIT License.
Links
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
2.0.7
9 years ago
2.0.6
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.2.14
9 years ago
1.2.13
9 years ago
1.2.12
9 years ago
1.2.11
9 years ago
1.2.10
9 years ago
1.2.9
9 years ago
1.2.8
9 years ago
1.2.7
9 years ago
1.2.6
10 years ago
1.2.5
10 years ago
1.2.4
10 years ago
1.2.3
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.3
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago