<!DOCTYPE html>
<html>

<head>
    <title>Form Test Page 3.3.7</title>
    <meta charset="utf-8">
    <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="../css/FormTest.css">
    <script src="/EAMD.ucp/Components/tla/EAM/layer1/Thinglish/Once/1.0.0/src/js/Once.class.js" type="text/javascript"></script>

    <link href="/EAMD.ucp/Components/com/twitter/Bootstrap/Form/3.3.7/Form.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/twitter/Bootstrap/FormGroup/3.3.7/FormGroup.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/twitter/Bootstrap/Input/3.3.7/Input.component.xml" rel="ucpComponent" type="text/html">
    <script>
      class App {
        static get implements() {
          return [];
        };

        static async start() {}
        static init() {
          console.debug("start loading App components...");
          return "start loading App components...";
        }

      }
    </script>
</head>


<body>
    <div class="row">
        <bootstrap-form class="col-md-10">
            <form-group>
                <form-input label="Input1" value="value1" name="input1"></form-input>
            </form-group>
        </bootstrap-form>
    </div>

</body>

</html>