3.0.5 • Published 9 years ago
apeman-react-jumbotron v3.0.5
apeman-react-jumbotron
apeman react components for jumbotron
Installation
$ npm install apeman-react-jumbotron --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApContainer} from 'apeman-react-basic'
import {ApJumbotron, ApJumbotronStyle} from 'apeman-react-jumbotron'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApJumbotronStyle/>
<ApJumbotron imgSrc="./images/fuge/hoge.png"
imgFilter="#rgba(0,0,0,0.5)">
<ApContainer>
<ApJumbotronTitle>Hello World!</ApJumbotronTitle>
<ApJumbotronText>
Web development should be more easy, and fun.
Yes, with apeman.
</ApJumbotronText>
</ApContainer>
</ApJumbotron>
</div>
)
}
})
Components
ApJumbotronStyle
Props
Name | Type | Default | Description |
---|
ApJumbotronText
Props
Name | Type | Default | Description |
---|
ApJumbotronTitle
Props
Name | Type | Default | Description |
---|
ApJumbotron
Props
Name | Type | Default | Description | |
---|---|---|---|---|
imgSrc | string | null | Source url of image | |
imgAlt | string | '' | Alt text for image | |
imgFilter | string | null | Image overlay color |
License
This software is released under the MIT License.
Links
3.0.5
9 years ago
3.0.4
9 years ago
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.1.4
9 years ago
2.1.3
9 years ago
2.1.2
9 years ago
2.1.1
9 years ago
2.1.0
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.15
9 years ago
1.0.14
9 years ago
1.0.13
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
10 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