uwc-select code examples, properties, methods, events and Live Demo.Here is an example of using the Select 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-select
      label="Select an item"
      options='[{"label": "One"}, {"label": "Two"}, {"label": "Three"}]'
    >
    </uwc-select>
  </body>
</html>
Inherits from Material Components Web - Select