UNPKG

3.36 kBMarkdownView Raw
1apeman-react-decorative
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[![JS Standard][bd_standard_shield_url]][bd_standard_url]
16
17[bd_repo_url]: https://github.com/apeman-react-labo/apeman-react-decorative
18[bd_travis_url]: http://travis-ci.org/apeman-react-labo/apeman-react-decorative
19[bd_travis_shield_url]: http://img.shields.io/travis/apeman-react-labo/apeman-react-decorative.svg?style=flat
20[bd_license_url]: https://github.com/apeman-react-labo/apeman-react-decorative/blob/master/LICENSE
21[bd_codeclimate_url]: http://codeclimate.com/github/apeman-react-labo/apeman-react-decorative
22[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-react-labo/apeman-react-decorative.svg?style=flat
23[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-react-labo/apeman-react-decorative.svg?style=flat
24[bd_gemnasium_url]: https://gemnasium.com/apeman-react-labo/apeman-react-decorative
25[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-react-labo/apeman-react-decorative.svg
26[bd_npm_url]: http://www.npmjs.org/package/apeman-react-decorative
27[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-react-decorative.svg?style=flat
28[bd_standard_url]: http://standardjs.com/
29[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
30
31<!-- Badge End -->
32
33
34<!-- Description Start -->
35<a name="description"></a>
36
37Decorative react components of apeman.
38
39<!-- Description End -->
40
41
42<!-- Overview Start -->
43<a name="overview"></a>
44
45
46
47<!-- Overview End -->
48
49
50<!-- Sections Start -->
51<a name="sections"></a>
52
53<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->
54
55<a name="section-doc-guides-01-installation-md"></a>
56Installation
57-----
58
59```bash
60$ npm install apeman-react-decorative --save
61```
62
63
64<!-- Section from "doc/guides/01.Installation.md.hbs" End -->
65
66<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->
67
68<a name="section-doc-guides-02-usage-md"></a>
69Usage
70---------
71
72```jsx
73'use strict'
74
75import React from 'react'
76
77import {
78 ApHtml,
79 ApHead,
80 ApStyle,
81 ApBody
82} from 'apeman-react-basic'
83
84import {
85 ApShowcase
86} from 'apeman-react-decorative'
87
88const html = (
89 <ApHtml>
90 <ApHead>
91 <ApShowcaseStyle/>
92 </ApHead>
93 <ApBody>
94 <ApShowcase/>
95 </ApBody>
96 </ApHtml>
97)
98
99```
100
101
102
103<!-- Section from "doc/guides/02.Usage.md.hbs" End -->
104
105<!-- Section from "doc/guides/03.Components.md.hbs" Start -->
106
107<a name="section-doc-guides-03-components-md"></a>
108Components
109-----
110
111
112
113<!-- Section from "doc/guides/03.Components.md.hbs" End -->
114
115
116<!-- Sections Start -->
117
118
119<!-- LICENSE Start -->
120<a name="license"></a>
121
122License
123-------
124This software is released under the [MIT License](https://github.com/apeman-react-labo/apeman-react-decorative/blob/master/LICENSE).
125
126<!-- LICENSE End -->
127
128
129<!-- Links Start -->
130<a name="links"></a>
131
132Links
133------
134
135+ [apeman](https://github.com/apeman-labo/apeman)
136+ [apeman-react-labo](https://github.com/apeman-react-labo)
137+ [React](https://facebook.github.io/react/)
138
139<!-- Links End -->