apeman-react-main

apeman react package for main component.

Usage no npm install needed!

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

README

apeman-react-main

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for main component.

Installation

$ npm install apeman-react-main --save

Usage

'use strict'

import React from 'react'
import {ApMain, ApMainStyle} from 'apeman-react-main'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApMainStyle />
        <ApMain />
      </div>
    )
  }
})

Components

ApMainStyle

Props

Name Type Default Description
style object {}

ApMain

Props

Name Type Default Description

License

This software is released under the MIT License.

Links