@cocreate/cocreatejs
Version:
A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.
21 lines (17 loc) • 470 B
HTML
<form array="users" realtime="false">
<input
type="email"
key="email"
placeholder="Email"
class="floating-label" />
<input
type="password"
key="password"
placeholder="Password"
class="floating-label" />
<button actions="signIn" href="">Sign In</button>
</form>
<div template>
<span class="{{type}}">{{message}}</span><a actions="remove"> X</a>
</div>