This package has been deprecated

Author message:

move to @the-/ui-footer ( https://github.com/the-labo/the/tree/master/packages/ui-footer#readme )

the-footer

2.1.8 • Public • Published

the-footer

Build Status npm Version JS Standard

Footer of the-components

Installation

$ npm install the-footer --save

Usage

'use strict'
 
import React from 'react'
import { TheFooter, TheFooterStyle } from 'the-footer'
import { TheRouter } from 'the-router'
 
class ExampleComponent extends React.PureComponent {
  render () {
    const { Links, Link, CopyRight } = TheFooter
    return (
      <div>
        <TheRouter>
          <TheFooterStyle/>
          <TheFooter>
            <CopyRight year='2017' holder='the-labo'/>
            <Links>
              <Link to='/about/privacy-policy'>Privacy Policy</Link>
            </Links>
          </TheFooter>
        </TheRouter>
      </div>
    )
  }
}
 
export default ExampleComponent
 

Components

TheFooter

Footer of the-components

Props

Name Type Description Default
role 'contentinfo'

TheFooterStyle

Style for TheFooter

Props

Name Type Description Default
options object Style options {}

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-footer

Weekly Downloads

5

Version

2.1.8

License

MIT

Unpacked Size

47.1 kB

Total Files

22

Last publish

Collaborators

  • okunishinishi