3.0.5 • Published 8 years ago

apeman-react-jumbotron v3.0.5

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

apeman-react-jumbotron

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react components for jumbotron

Installation

$ npm install apeman-react-jumbotron --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

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

NameTypeDefaultDescription

ApJumbotronText

Props

NameTypeDefaultDescription

ApJumbotronTitle

Props

NameTypeDefaultDescription

ApJumbotron

Props

NameTypeDefaultDescription
imgSrcstringnullSource url of image
imgAltstring''Alt text for image
imgFilterstringnullImage overlay color

License

This software is released under the MIT License.

Links

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.4

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

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

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago