Form Inputs
Hey, this page needs content. You should help. Click here to fork!
Buttons
Input
Email item__input_email
HTML source
<label for="email">Label</label> <input type="email" name="email" id="email" placeholder="you@example.com">
Checkbox item__input_checkbox
HTML source
<label for="checkbox"><input type="checkbox" name="checkbox" id="checkbox"> Checkbox</label>
Color item__input_color
HTML source
<label for="color">Label</label> <input type="color" name="color" id="color">
Date item__input_date
HTML source
<label for="date">Label</label> <input type="date" name="date" id="date" placeholder="2012-12-31">
- datetime
- datetime-local
- file
- hidden
- image
- month
- number
- password
- radio
- range
- reset
- search
- submit
- tel
- text
- time
- url
- week