paper-input-money

unionthugface

by SlashBunny

HTML

<base href="https://raw-dot-custom-elements.appspot.com/unionthugface/paper-input-money/v2.1.0/paper-input-money/">
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="paper-input-money.html">
<style>
  paper-input-money {
    max-width: 400px;
    margin: auto;
  }

</style>
<div>
  <paper-input-money label="Input label" always-float-label required value="2454"></paper-input-money>
</div>