apeman-react-decorative
v2.0.13
Published
Decorative react components of apeman.
Downloads
58
Maintainers
Readme
apeman-react-decorative
Decorative react components of apeman.
Installation
$ npm install apeman-react-decorative --save
Usage
'use strict'
import React from 'react'
import {
ApHtml,
ApHead,
ApStyle,
ApBody
} from 'apeman-react-basic'
import {
ApShowcase
} from 'apeman-react-decorative'
const html = (
<ApHtml>
<ApHead>
<ApShowcaseStyle/>
</ApHead>
<ApBody>
<ApShowcase/>
</ApBody>
</ApHtml>
)
Components
License
This software is released under the MIT License.