| .. | ||
| _class.scss | ||
| _plugin.scss | ||
| info.json | ||
| readme.md | ||
| test.html | ||
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>