Skip to content

A vue component that allows you to make use of the getAddress.io (UK only) API.

Notifications You must be signed in to change notification settings

astr0sl0th/vue-get-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-get-address

getAddress() allows you to lookup an address via a U.K postcode which is useful if you need to prepopulate address fields on your site.

Support

Find

Props

Name Default Options Required Type
apiKey '' Your getAddress() key Yes string
placeholder Enter your postcode. N/A No string
expand false true/false No boolean
fuzzy false true/false No boolean
format false true/false No boolean
sort false true/false No boolean
@address-data Full response function No emitter

Example

<Find :apiKey="'{your-key-here}'" :sort="true" @address-data="yourFunction"/>

About

A vue component that allows you to make use of the getAddress.io (UK only) API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published