1.1.11 • Published 9 years ago

apeman-react-main v1.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago