3.0.1 • Published 9 years ago
apeman-react-container v3.0.1
apeman-react-container
apeman react package for container component.
Installation
$ npm install apeman-react-container --saveDemo
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
| Name | Type | Default | Description | |
|---|---|---|---|---|
| style | object | {} | ||
| width | number | ApStyle.CONTAINER_WIDTH |
ApContainer
Props
| Name | Type | Default | Description | |
|---|---|---|---|---|
| relative | bool | false | Has relative position | |
| centered | bool | With 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
10 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago