Forms
Basic usage
All form items use the field
class.
<form class="form"> <div class="field"> <label>Username</label> <input type="text" class="input-text"> </div> <div class="field"> <label>Password</label> <input type="text" class="input-password"> </div> <div class="field"> <input type="submit" class="button-5 button-rounded-2"> </div> </form>
Styling for the following input types are available.
* Text inputs – with the .input-text
class
* Password inputs - with the .input-password
class
* Submit buttons – with the button component
* Textarea – with the .textarea class
Variables
None at the moment.