1.0.1 • Published 7 years ago

eurostar-link-section-board v1.0.1

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

Eurostar Link section board Component

A container for housing Link section.

Installation

Base Styles must be installed in order to use the component. For more detailed explaination please review the Styleguide README here The link section board has 2 third party library which is preinstalled with Base Styles along with the link-section component itself.

Third party dependencies:

  • breakpoint-sass
  • susy

Eurostar:

  • eurostar-base-styles
  • eurostar-link-section-board

Usage

  1. Extract the HTML markup as defined under Expand Markup: (https://style.eurostar.com/components/detail/link-section-board.html)

  2. Import styles:

    // Using JSPM:
    @import "jspm:eurostar-link-section-board/link-section-board";
    // Using Webpack:
    @import "~eurostar-link-section-board/_link-section-board.scss";