UNPKG

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