Skip to content

Really basic (incomplete) form based on the brewster iphone app.

Notifications You must be signed in to change notification settings

matthewmueller/brewster-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brewster-form

Really basic (incomplete) form based on the brewster iphone app.

brewster-form

Installation

$ component install matthewmueller/brewster-form

Example

<form class="brewster" action="/signup" method="post">
  <div class="field">
    <label for="__username">username</label>
    <input name="username" type="text" id="__username">
    <span class="validation valid"></span>
  </div>
  <div class="field">
    <label for="__email">email</label>
    <input name="email" type="text" id="__email">
    <span class="validation valid"></span>
  </div>
  <div class="field">
    <label for="__password">password</label>
    <input name="password" type="password" id="__password">
    <span class="validation invalid"></span>
  </div>
</form>

License

MIT

About

Really basic (incomplete) form based on the brewster iphone app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published