README
apeman-react-main
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.