2.0.12 • Published 8 years ago

apeman-react-body v2.0.12

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago