项目作者: LssPolymerElements

项目描述 :
A simple material design address input using Google Maps API and paper-input.
高级语言: HTML
项目地址: git://github.com/LssPolymerElements/titanium-address-input.git


titanium-address-input

Build status
Published on webcomponents.org

To install use: bower install -S titanium-address-input

LIVE DEMO AND API

Hybrid Polymer 1.x - 2.x compatible.
<!—

  1. <custom-element-demo>
  2. <template>
  3. <link rel="import" href="titanium-address-input.html">
  4. <style>
  5. </style>
  6. <next-code-block></next-code-block>
  7. </template>
  8. </custom-element-demo>

—>

  1. <titanium-address-input label="Home Address" api-key="AIzaSyCTiFwEzAkuXWgFQTr4GGAX5VpYR2aVxzw">
  2. </titanium-address-input>
  3. <titanium-address-input label="Beach Home Address" api-key="AIzaSyCTiFwEzAkuXWgFQTr4GGAX5VpYR2aVxzw">
  4. <div slot="prefix"></div>
  5. </titanium-address-input>