Skip to content

GlobalFreightSolutions/gfs-carrier-info

Repository files navigation

Build Status

<gfs-carrier-info>

The gfs-carrier-info widget is used to display a carrier icon, service description and further information URL for 'click and collect' styles services offered in the main Checkout widget.

Install

# via bower
$ bower install --save gfs-carrier-info

Usage

  1. Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
  1. Import Custom Element:
<link rel="import" href="bower_components/gfs-carrier-info/gfs-carrier-info.html">
  1. Start using it!
<gfs-carrier-info
    visible="true"
    provider-name="DPD"
    country-code="GB">
</gfs-carrier-info>

More info and all the available properties can be found at GFS widget portal

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages