apeman-react-html
v3.0.3
Published
apeman react package for html component.
Maintainers
Readme
apeman-react-html
apeman react package for html component.
Installation
$ npm install apeman-react-html --saveUsage
'use strict'
import React from 'react'
import {ApHtml, ApHtmlStyle} from 'apeman-react-html'
const elm = (
<ApHtml>
<head>
<ApHtmlStyle/>
</head>
<body>
{/* ... */}
</body>
</ApHtml>
)
Components
ApHtmlStyle
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | style | object | | | |
ApHtml
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.
