3.0.1 • Published 9 years ago

apeman-react-page v3.0.1

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

apeman-react-page

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for page components

Installation

$ npm install apeman-react-page --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApPage, ApPageContainer} from 'apeman-react-page'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApPageStyle />
        <ApPageContainer id="your-page-container">
          <ApPage>
            Page content
          </ApPage>
        </ApPageContainer>
      </div>
    )
  }
})

Components

ApPageContainer

Props

NameTypeDefaultDescription
idstring

ApPageStyle

Props

NameTypeDefaultDescription
styleobject{}

ApPage

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

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