linstrom/frontend-reactive/app/components/auth/login.hbs

12 lines
No EOL
253 B
Handlebars

<div class="login-wrapper">
<label>
<Input
@type="text"
@value={{this.username}}
placeholder="Username"
/>
</label>
<div type="button" class="login-start-button" {{on "click" this.onLoginStart}}>
Login
</div>
</div>