apeman-react-body

2.0.12 • Public • Published

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

Package Sidebar

Install

npm i apeman-react-body

Weekly Downloads

6

Version

2.0.12

License

MIT

Last publish

Collaborators

  • okunishinishi