what2watch/scss/plugins/input/readme.md

322 B

Input

Simple (or not) text form elements:

<fieldset class="flex two">
  <label><input type="email" placeholder="Email"></label>
  <label><input type="password" placeholder="Password"></label>
</fieldset>
<textarea placeholder="Textarea"></textarea>