3.0.8 • Published 6 years ago

the-jumbotron v3.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-jumbotron

Build Status npm Version JS Standard

Jumbotron of the-components

Installation

$ npm install the-jumbotron --save

Usage

Live Demo is hosted on GitHub Page

'use strict'

import React from 'react'
import { TheJumbotron, TheJumbotronStyle } from 'the-jumbotron'

class ExampleComponent extends React.PureComponent {
  render () {
    return (
      <div>
        <TheJumbotronStyle/>
        <TheJumbotron
          title='This is Title'
          subTitle='This is SubTitle'
          image='https://raw.githubusercontent.com/apeman-asset-labo/apeman-asset-images/master/dist/dummy/01.jpg'
        >
        </TheJumbotron>
      </div>

    )
  }
}

export default ExampleComponent

Components

TheJumbotron

Jumbotron of the-components

Props

NameTypeDescriptionDefault
centerboolAlign centerfalse
imagestringImage URL
subTitlestringSub title string
titlestring

TheJumbotronStyle

Style for TheJumbotron

Props

NameTypeDescriptionDefault
optionsobjectStyle options{}

License

This software is released under the MIT License.

Links

3.0.8

6 years ago

3.0.7

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago