A simple material design address input using Google Maps API and paper-input.
To install use: bower install -S titanium-address-input
Hybrid Polymer 1.x - 2.x compatible.
<!—
<custom-element-demo>
<template>
<link rel="import" href="titanium-address-input.html">
<style>
</style>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
—>
<titanium-address-input label="Home Address" api-key="AIzaSyCTiFwEzAkuXWgFQTr4GGAX5VpYR2aVxzw">
</titanium-address-input>
<titanium-address-input label="Beach Home Address" api-key="AIzaSyCTiFwEzAkuXWgFQTr4GGAX5VpYR2aVxzw">
<div slot="prefix">✌</div>
</titanium-address-input>