apeman-react-body

apeman react package for body component.


Keywords
React, apeman, react-component, body
License
MIT
Install
npm install apeman-react-body@2.0.12

Documentation

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