apeman-react-body
v2.0.12
Published
apeman react package for body component.
Maintainers
Readme
apeman-react-body
apeman react package for body component.
Installation
$ npm install apeman-react-body --saveUsage
'use strict'
import React from 'react'
import {ApBody, ApBodyStyle} from 'apeman-react-body'
const ExampleHtml = React.createClass({
render () {
return (
<html>
<head>
<ApBodyStyle />
</head>
<ApBody>
</ApBody>
</html>
)
}
})
Components
ApBodyStyle
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | style | object | {} | | | | color | string | '#555' | | |
ApBody
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.
