uwc-amount-field code examples, properties, methods, events and Live Demo.Here is an example of using the Amount Field in a plain html page:
<html>
  <head>
    <link href="https://developer.temenos.com/uux/base.css" rel="stylesheet" />
    <script src="https://developer.temenos.com/uux/unified-ux-web.min.js"></script>
  </head>
  <body>
    <uwc-amount-field label="Relation Code"></uwc-amount-field>
  </body>
</html>
Inherits from Material Components Web - TextField
The <uwc-amount-field> component supports the attributes available on:
- HTML 
<input>– includingtype,value,placeholder,disabled, etc. - mwc-text-field – including 
label,helper,validationMessage, etc. - ** 
<uwc-text-field>