3.0.3 • Published 9 years ago

apeman-react-html v3.0.3

Weekly downloads
30
License
MIT
Repository
github
Last release
9 years ago

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

NameTypeDefaultDescription
styleobject

ApHtml

Props

NameTypeDefaultDescription

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

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.10

9 years ago

1.0.9

9 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