2.0.0-preview.1 • Published 5 years ago

@gfsdeliver/gfs-delivery-address v2.0.0-preview.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

Build Status

<gfs-delivery-address>

The gfs-delivery-address widget provides the users address, the selected service and the droppoint address if a droppoint is selected.

Install

# via bower
$ bower install --save gfs-delivery-address

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-delivery-address/gfs-delivery-address.html">
  1. Start using it!
<gfs-delivery-address
    default-street-address="100 Station Road, Horsham, RH13 5UZ, United Kingdom">
</gfs-delivery-address>

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

License

Apache License 2.0