apeman-react-devtool

apeman react package for developer tools.

Usage no npm install needed!

<script type="module">
  import apemanReactDevtool from 'https://cdn.skypack.dev/apeman-react-devtool';
</script>

README

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