2.0.12 • Published 9 years ago
apeman-react-body v2.0.12
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.
Links
2.0.12
9 years ago
2.0.11
10 years ago
2.0.10
10 years ago
2.0.9
10 years ago
2.0.8
10 years ago
2.0.7
10 years ago
2.0.6
10 years ago
2.0.5
10 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.1.0
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago