2.3.2 • Published 1 year ago

@justeat/f-offers v2.3.2

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

f-offers

displays offers to the customers


npm version CircleCI Coverage Status Known Vulnerabilities


Usage

Installation

Install the module using npm or Yarn:

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

Vue Applications

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

import VOffers from '@justeat/f-offers';
import '@justeat/f-offers/dist/f-offers.css';

export default {
    components: {
        VOffers
    }
}

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

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

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

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

$ cd packages/components/pages/f-offers

Testing

To test all components, run from root directory. To test only f-offers, run from the ./fozzie-components/packages/components/pages/f-offers 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.

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.2.2

2 years ago

2.2.1

2 years ago

2.0.3

2 years ago

2.2.0

2 years ago

2.0.2

2 years ago

2.1.3

2 years ago

2.0.1

2 years ago

1.15.2

2 years ago

2.0.0

2 years ago

1.15.0

3 years ago

1.15.1

3 years ago

1.12.0-beta.5

3 years ago

2.1.0-beta.1

3 years ago

1.14.0

3 years ago

1.13.0-beta.1

3 years ago

1.12.0-beta.4

3 years ago

2.0.0-beta.1

3 years ago

1.12.0-beta.1

3 years ago

1.12.0-beta.2

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

4 years ago

1.4.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago