apeman-react-basic
v10.3.3
Published
Basic react components of apeman.
Downloads
173
Maintainers
Readme
apeman-react-basic
Basic react components of apeman.
Installation
$ npm install apeman-react-basic --save
Usage
'use strict'
import React from 'react'
import {ApHtml, ApHead, ApStyle, ApBody} from 'apeman-react-basic'
const html = (
<ApHtml>
<ApHead>
<ApStyle data={
{ "body":{
"color": "#555"
}
}
}/>
</ApHead>
<ApBody>
</ApBody>
</ApHtml>
)
Components
License
This software is released under the MIT License.