apeman-react-html

3.0.3 • Public • Published

apeman-react-html

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for html component.

Installation

$ npm install apeman-react-html --save

Usage

'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

Package Sidebar

Install

npm i apeman-react-html

Weekly Downloads

18

Version

3.0.3

License

MIT

Last publish

Collaborators

  • okunishinishi