@justeat/f-restaurant-card

1.6.2 • Public • Published

f-restaurant-card

Fozzie Bear

Responsible for displaying restaurant data and linking to a restaurant


npm version CircleCI Coverage Status Known Vulnerabilities


Usage

Installation

Install the module using npm or Yarn:

yarn add @justeat/f-restaurant-card
npm install @justeat/f-restaurant-card

Vue Applications

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

import RestaurantCard from '@justeat/f-restaurant-card';
import '@justeat/f-restaurant-card/dist/f-restaurant-card.css';

export default {
    components: {
        RestaurantCard
    }
}

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

import '@justeat/f-restaurant-card/dist/f-restaurant-card.css';

export default {
    components: {
        // …
        RestaurantCard: () => import(/* webpackChunkName: "restaurant-card" */ '@justeat/f-restaurant-card')
    }
}

Configuration

Props

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

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

Prop Type Default Description

Events

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

Event Description

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-restaurant-card package:

$ cd packages/components/molecules/f-restaurant-card

Testing

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

Readme

Keywords

Package Sidebar

Install

npm i @justeat/f-restaurant-card

Weekly Downloads

59

Version

1.6.2

License

Apache-2.0

Unpacked Size

4.84 MB

Total Files

13

Last publish

Collaborators

  • ilia.chikmarev
  • fidel.montesino
  • anastasiia.horban
  • raouf.sawehli
  • mmakwe-onyeka
  • gregory.palaci
  • arielfdr
  • dawidchar
  • roberto.santana
  • lizzie.turney
  • davidpn.11
  • dandel10n
  • mwh1989
  • kevinrodrigues
  • fozzie-bot
  • ashleynolan
  • simonsje
  • xander-marjoram
  • sergii.semenkiv
  • thomaswilliammcclean
  • benrwhite
  • robertellison
  • zlatin.ivanov
  • joshuang2332
  • oliversweb
  • andymayje
  • jamieomaguire
  • adammorr
  • lsphillips