@berlitz/footer

5.4.0 • Public • Published

Footer npm version

Berlitz Footer Component has several sections available. The first column consist of the Berlitz Logo, Social Icons, a Contact Link and an optional node called columnOneLogo intended for a certification logo. The Second Column is an optional Newsletter Signup form component. After this you have the option for footer navigation links will display a group of links and a title per column.

Installation

yarn add @berlitz/footer

Props

Argument Type Required Default Example
logo node
phone node
socialLinks array
columnOneLinks array
columnOneTitle string
columnTwoLinks array
columnTwoTitle string
columnThreeLinks array
columnThreeTitle string
columnFourLinks array
columnFourTitle string
newsletterComponent node
languageLinks array
activeLanguage string "EN"
columnOneLogo node

Usage

import Footer from '@berlitz/footer'
const MyApp = () => (
  <Section>
    <Grid>
      <Footer
        logo={logo}
        socialLinks={socialLink}
        phone={phone}
        columnOneTitle={columnOneTitle}
        columnOneLinks={columnOneLinks}
        columnTwoTitle={columnTwoTitle}
        columnTwoLinks={columnTwoLinks}
        columnThreeTitle={columnThreeTitle}
        columnThreeLinks={columnThreeLinks}
        columnFourTitle={columnFourTitle}
        columnFourLinks={columnFourLinks}
        columnOneLogo={columnOneLogo}
      />
    </Grid>
  </Section>
)

When to use this component

  • Any Page/Layout that requires a Footer

Readme

Keywords

none

Package Sidebar

Install

npm i @berlitz/footer

Weekly Downloads

1,529

Version

5.4.0

License

MIT

Unpacked Size

53.9 kB

Total Files

10

Last publish

Collaborators

  • berlitz