apeman-react-body

apeman react package for body component.

Usage no npm install needed!

<script type="module">
  import apemanReactBody from 'https://cdn.skypack.dev/apeman-react-body';
</script>

README

apeman-react-body

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for body component.

Installation

$ npm install apeman-react-body --save

Usage

'use strict'

import React from 'react'
import {ApBody, ApBodyStyle} from 'apeman-react-body'

const ExampleHtml = React.createClass({
  render () {
    return (
      <html>
      <head>
        <ApBodyStyle />
      </head>
      <ApBody>
      </ApBody>
      </html>
    )
  }
})

Components

ApBodyStyle

Props

Name Type Default Description
style object {}
color string '#555'

ApBody

Props

Name Type Default Description

License

This software is released under the MIT License.

Links