UNPKG

3.06 kBMarkdownView Raw
1apeman-react-body
2==========
3
4<!---
5This file is generated by ape-tmpl. Do not update manually.
6--->
7
8<!-- Badge Start -->
9<a name="badges"></a>
10
11[![Build Status][bd_travis_shield_url]][bd_travis_url]
12[![Code Climate][bd_codeclimate_shield_url]][bd_codeclimate_url]
13[![Code Coverage][bd_codeclimate_coverage_shield_url]][bd_codeclimate_url]
14[![npm Version][bd_npm_shield_url]][bd_npm_url]
15
16[bd_repo_url]: https://github.com/apeman-react-labo/apeman-react-body
17[bd_travis_url]: http://travis-ci.org/apeman-react-labo/apeman-react-body
18[bd_travis_shield_url]: http://img.shields.io/travis/apeman-react-labo/apeman-react-body.svg?style=flat
19[bd_license_url]: https://github.com/apeman-react-labo/apeman-react-body/blob/master/LICENSE
20[bd_codeclimate_url]: http://codeclimate.com/github/apeman-react-labo/apeman-react-body
21[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-react-labo/apeman-react-body.svg?style=flat
22[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-react-labo/apeman-react-body.svg?style=flat
23[bd_gemnasium_url]: https://gemnasium.com/apeman-react-labo/apeman-react-body
24[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-react-labo/apeman-react-body.svg
25[bd_npm_url]: http://www.npmjs.org/package/apeman-react-body
26[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-react-body.svg?style=flat
27[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-react-body.svg?style=flat
28
29<!-- Badge End -->
30
31
32<!-- Description Start -->
33<a name="description"></a>
34
35apeman react package for body component.
36
37<!-- Description End -->
38
39
40<!-- Overview Start -->
41<a name="overview"></a>
42
43
44
45<!-- Overview End -->
46
47
48<!-- Sections Start -->
49<a name="sections"></a>
50
51<!-- Section from "doc/readme/01.Installation.md.hbs" Start -->
52
53<a name="section-doc-readme-01-installation-md"></a>
54Installation
55-----
56
57```bash
58$ npm install apeman-react-body --save
59```
60
61
62<!-- Section from "doc/readme/01.Installation.md.hbs" End -->
63
64<!-- Section from "doc/readme/03.Usage.md.hbs" Start -->
65
66<a name="section-doc-readme-03-usage-md"></a>
67Usage
68---------
69
70```jsx
71var React = require('react'),
72 apemanReactBody = require('apeman-react-body');
73
74var ApBody = apemanReactBody.ApBody,
75 ApBodyStyle = apemanReactBody.ApBodyStyle;
76
77var html = (
78 <html>
79 <head>
80 <ApBodyStyle></ApBodyStyle>
81 </head>
82 <ApBody>
83
84 </ApBody>
85 </html>
86);
87
88```
89
90
91
92<!-- Section from "doc/readme/03.Usage.md.hbs" End -->
93
94
95<!-- Sections Start -->
96
97
98<!-- LICENSE Start -->
99<a name="license"></a>
100
101License
102-------
103This software is released under the [MIT License](https://github.com/apeman-react-labo/apeman-react-body/blob/master/LICENSE).
104
105<!-- LICENSE End -->
106
107
108<!-- Links Start -->
109<a name="links"></a>
110
111Links
112------
113
114+ [apeman](https://github.com/apeman-labo/apeman)
115+ [apeman-react-labo](https://github.com/apeman-react-labo)
116+ [React](https://facebook.github.io/react/)
117+ [Demo of apeman-react-body](http://apeman-demo-labo.github.io/apeman-react-body/demo/demo.html)
118
119<!-- Links End -->