apeman-react-jumbotron

3.0.5 • Public • Published

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

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
imgAlt string ''
imgFilter string null

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-react-jumbotron

Weekly Downloads

9

Version

3.0.5

License

MIT

Last publish

Collaborators

  • okunishinishi