Start modal, page, form, form fields, logical components, session service, login page

This commit is contained in:
2021-12-12 23:21:47 -06:00
parent a238136d94
commit bf581dc584
23 changed files with 772 additions and 7 deletions

View File

@@ -22,6 +22,16 @@
<body>
<ex-page>
<ex-nav appName="Extollo"></ex-nav>
<h1>Test Form!</h1>
<ex-form>
<ex-input name="test" placeholder="Name"></ex-input>
<ex-input-password name="pw" placeholder="Password" confirmed></ex-input-password>
<ex-input-url name="url" placeholder="URL"></ex-input-url>
<ex-input-email name="email" placeholder="E-Mail"></ex-input-email>
<ex-input-phone name="phone" placeholder="Phone"></ex-input-phone>
<ex-input-search name="search" placeholder="Search"></ex-input-search>
<ex-input-number name="number" min="40" step="10" placeholder="Number"></ex-input-number>
</ex-form>
<h1>Header 1</h1>
<p>
Example anchor tag: <a href="#">look no further</a>