apeman-react-footer
v3.0.1
Published
apeman react package for footer component.
Downloads
60
Readme
apeman-react-footer
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.