The gfs-delivery-address
widget provides the users address, the selected service and the droppoint address if a droppoint is selected.
# via bower
$ bower install --save gfs-delivery-address
- Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
- Import Custom Element:
<link rel="import" href="bower_components/gfs-delivery-address/gfs-delivery-address.html">
- 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