3.4.1 • Published 1 year ago

@justeat/f-loyalty v3.4.1

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

f-loyalty

provides a way for customers to collect loyalty stamps for restaurants


npm version CircleCI Coverage Status Known Vulnerabilities


Usage

Installation

Install the module using npm or Yarn:

yarn add @justeat/f-loyalty
npm install @justeat/f-loyalty

Vue Applications

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

import VLoyalty from '@justeat/f-loyalty';
import '@justeat/f-loyalty/dist/f-loyalty.css';

export default {
    components: {
        VLoyalty
    }
}

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

import '@justeat/f-loyalty/dist/f-loyalty.css';

export default {
    components: {
        // …
        VLoyalty: () => import(/* webpackChunkName: "v-loyalty" */ '@justeat/f-loyalty')
    }
}

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-loyalty package:

$ cd packages/components/pages/f-loyalty

Testing

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

Unit and Integration tests

yarn test

Component and Accessibility Tests

# Note: Ensure Storybook is running when running the following commands
cd ./fozzie-components

yarn storybook:build
yarn storybook:serve-static

yarn test-component:chrome

### Accessibility tests
```bash
yarn test-a11y:chrome

Documentation to be completed once module is in stable state.

3.4.1

1 year ago

3.4.0

1 year ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.3

2 years ago

3.2.2

2 years ago

3.2.1

2 years ago

3.1.2

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.7.1

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.5.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.8.0

3 years ago

1.7.3

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.6.2

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

0.7.0

4 years ago