apeman-react-devtool

3.0.3 • Public • Published

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

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.

Links

Package Sidebar

Install

npm i apeman-react-devtool

Weekly Downloads

9

Version

3.0.3

License

MIT

Last publish

Collaborators

  • okunishinishi