3.6.1 • Published 1 year ago

@justeat/f-takeawaypay-activation v3.6.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

f-takeawaypay-activation

Handles Takeaway Pay activation for users


npm version CircleCI Coverage Status Known Vulnerabilities


Usage

Installation

Install the module using npm or Yarn:

yarn add @justeat/f-takeawaypay-activation
npm install @justeat/f-takeawaypay-activation

Vue Applications

You can import it in your Vue SFC like this (please note that styles have to be imported separately):

import TakeawaypayActivation from '@justeat/f-takeawaypay-activation';
import '@justeat/f-takeawaypay-activation/dist/f-takeawaypay-activation.css';

export default {
    components: {
        TakeawaypayActivation
    }
}

If you are using Webpack, you can import the component dynamically to separate the takeawaypay-activation bundle from the main bundle.client.js:

import '@justeat/f-takeawaypay-activation/dist/f-takeawaypay-activation.css';

export default {
    components: {
        // …
        TakeawaypayActivation: () => import(/* webpackChunkName: "takeawaypay-activation" */ '@justeat/f-takeawaypay-activation')
    }
}

Configuration

Props

There may be props that allow you to customise its functionality.

The props that can be defined are as follows (if any):

PropTypeDefaultDescription

Events

The events that can be subscribed to are as follows (if any):

EventDescription

Development

Start by cloning the repository and installing the required dependencies:

$ git clone git@github.com:justeat/fozzie-components.git
$ cd fozzie-components
$ yarn

Change directory to the f-takeawaypay-activation package:

$ cd packages/components/pages/f-takeawaypay-activation

Testing

Unit, Integration and Contract

To test all components, run from root directory. To test only f-takeawaypay-activation, run from the ./fozzie-components/packages/components/pages/f-takeawaypay-activation directory.

yarn test

Component Tests

# Run Component tests for all components
# Note: Ensure Storybook is not running when running the following commands
cd ./fozzie-components

yarn storybook:build
yarn storybook:serve-static
yarn test-component:chrome

OR

# Run Component tests for f-takeawaypay-activation
# Note: Ensure Storybook is not running when running the following commands
cd ./fozzie-components/packages/components/pages/f-takeawaypay-activation
yarn test-component:chrome

Documentation to be completed once module is in stable state.

3.6.1

1 year ago

3.6.0

1 year ago

3.5.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

2.14.0

3 years ago

2.12.0

3 years ago

2.13.0

3 years ago

2.11.0

3 years ago

2.10.0

3 years ago

2.9.0

3 years ago

2.8.0

4 years ago

2.6.0

4 years ago

2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.5.1

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.0-beta.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago