1.1.11 • Published 8 years ago

apeman-react-main v1.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

NameTypeDefaultDescription
styleobject{}

ApMain

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago