3.0.1 • Published 9 years ago

apeman-react-footer v3.0.1

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

apeman-react-footer

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for footer component.

Installation

$ npm install apeman-react-footer --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import  {ApFooter, ApFooterStyle} from 'apeman-react-footer'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApFooterStyle />
        <ApFooter>
          This is the footer content
        </ApFooter>
      </div>
    )
  }
})

Components

ApFooterStyle

Props

NameTypeDefaultDescription
styleobject{}

ApFooter

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

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

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago