apeman-react-footer

3.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-react-footer

Weekly Downloads

9

Version

3.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi