apeman-react-main

1.1.11 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-react-main

Weekly Downloads

1

Version

1.1.11

License

MIT

Last publish

Collaborators

  • okunishinishi