uwc-text-area code examples, properties, methods, events and Live Demo.Download the latest Unified UX Web library bundle to your project from the Downloads page.
Here is an example of using the Text Area 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-text-area label="Relation Code"></uwc-text-area>
</body>
</html>
Inherits from Material Components Web - TextArea