1.0.39 • Published 7 years ago

eurostar-action v1.0.39

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

Eurostar Action component

There are several types of buttons on Eurostar.com, each of which is suited for specific contexts. The button styles below are listed in the order of prominence they’d normally have in the interface, starting from the most prominent ones (or the most “loud” ones if we were to put it on a "visual loudness scale").

Installation

$ npm install eurostar-action

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

Usage

  1. We have several variants for the action. Depending on which one you require, extract the HTML markup as defined under Expand Markup under the specific variant type: (https://style.eurostar.com/components/detail/action.html)

  2. Import styles:

    // Using JSPM:
    @import "jspm:eurostar-action/action";
    // Using Webpack:
    @import "~eurostar-action/_action.scss";
  1. Import JS and Component Initialisation:
    // Using JSPM:
    import Action from 'eurostar-action/action';
    const action = new Action();
    // Using Webpack / React:
    const Action = require("eurostar-action").default;
    new Action();
1.0.39

7 years ago

1.0.38

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

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.28-alpha.1

7 years ago

1.0.27

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.22

7 years ago

1.0.23

7 years ago

1.0.21

7 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.19-alpha.1

8 years ago

1.0.18

8 years ago

1.0.18-alpha.1

8 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.1

8 years ago

1.0.0

8 years ago