2.1.8 • Published 5 years ago

the-footer v2.1.8

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

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

NameTypeDescriptionDefault
role'contentinfo'

TheFooterStyle

Style for TheFooter

Props

NameTypeDescriptionDefault
optionsobjectStyle options{}

License

This software is released under the MIT License.

Links

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago