1.0.37 • Published 7 years ago

eurostar-footer v1.0.37

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Eurostar Footer component

Component that displays the footer with links.

Contents

The Footer contains several links and social icons.

Installation

Base Styles must be installed in order to use the component. For more detailed explaination please review the Styleguide README here

The Footer has 2 third party libraries which are preinstalled with Base Styles along with the Footer component itself. For more detailed explaination please review the Styleguide README: /docs/documentation.html#consuming.

Third party dependencies:

  • breakpoint-sass
  • susy

Eurostar:

  • eurostar-footer

Usage

After installing the dependencies and the Footer component follow the below steps to use.

  1. Setup the HTML markup as defined under Expand Markup (https://style.eurostar.com/components/detail/footer.html)

  2. Import styles:

    // Using JSPM:
    @import "jspm:eurostar-footer/footer";
    // Using Webpack:
    @import "~eurostar-footer/_footer.scss";
  1. Import JS and Component Initialisation:
    // Using JSPM:
    import Footer from 'eurostar-footer/footer';
    const footer = new Footer();
    // Using Webpack in React App:
    const Footer = require("eurostar-footer").default;
    new Footer();
1.0.37

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.33-alpha.1

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.23-alpha.2

7 years ago

1.0.23-alpha.1

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago