3.0.1 • Published 9 years ago

apeman-react-container v3.0.1

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

apeman-react-container

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for container component.

Installation

$ npm install apeman-react-container --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApContainer, ApContainerStyle} from 'apeman-react-container'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApContainerStyle />
        <ApContainer>
          This is the content of the container.
        </ApContainer>
      </div>
    )
  }
})

Components

ApContainerStyle

Props

NameTypeDefaultDescription
styleobject{}
widthnumberApStyle.CONTAINER_WIDTH

ApContainer

Props

NameTypeDefaultDescription
relativeboolfalseHas relative position
centeredboolWith centered style

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

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

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago