Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 623 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 623 Bytes

User manual

  1. Include location picker library and translations provided in /js/ directory.

  2. Include location picker css provided /css/ directory. Note CSS depends on images provided in /img/ directory.

  3. Copy <location-picker> tag to your html page where you wish to display location picker.

  4. Copy <location-picker-template> anywhere on your page. Make sure this tag is loaded before you try to display location picker.

  5. Display location picker by invoking Packlink.locationPicker.display method.

Example implementation

Reference implementation can be found at /examples/index.html