3.0.3 • Published 9 years ago
apeman-react-html v3.0.3
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.
Links
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.0.7
9 years ago
2.0.6
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.0.10
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago