apeman-react-footer

apeman react package for footer component.


Keywords
React, apeman, footer
License
MIT
Install
npm install apeman-react-footer@2.0.7

Documentation

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

Name Type Default Description
style object {}

ApFooter

Props

Name Type Default Description

License

This software is released under the MIT License.

Links