3.0.3 • Published 9 years ago

apeman-react-devtool v3.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

apeman-react-devtool

Build Status Code Climate Code Coverage npm Version JS Standard

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

NameTypeDefaultDescription
styleobject{}
highlightColorstringApStyle.DEFAULT_HIGHLIGHT_COLOR
baseColor'rgba(0,0,0,0.8)'

ApDevtool

Props

NameTypeDefaultDescription
versionstringnullVersion string of the application
infoobjectnullInformation object
actionsobjectAction 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