2.0.12 • Published 9 years ago

apeman-react-body v2.0.12

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

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

NameTypeDefaultDescription
styleobject{}
colorstring'#555'

ApBody

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

2.0.12

9 years ago

2.0.11

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

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.1.0

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