README
apeman-react-handy
Handy react components of apeman.
Installation
$ npm install apeman-react-handy --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {
ApHtml,
ApHead,
ApStyle,
ApBody
} from 'apeman-react-basic'
import {ApSigninForm} from 'apeman-react-handy'
const html = (
<ApHtml>
<ApHead>
<ApStyle data={
{
"body":{
"color": "#555"
}
}
}/>
</ApHead>
<ApBody>
<ApSigninForm />
</ApBody>
</ApHtml>
)
License
This software is released under the MIT License.