Search
Find
Form
Create and style a wide variety of forms
Checkbox
The redesigned checkbox element
Form field
A simple form container to group form sections
Input
The universal text input element
Label
Style your form labels
Radio button
The redesigned radio button element
Select
A basic dropdown selection element
Switch
A redesigned checkbox element that looks like a switch
Textarea
A multiline text input element
Input
The universal text input element
Add the
siimple-input
class to your text-based input
fields (text, password and email types).
<label class="siimple-label">Your email: </label> <input type="text" class="siimple-input" placeholder="you@company.com">
Fluid input
You can set a full width input field by adding a
siimple-input--fluid
class.
<label class="siimple-label">Your email: </label><br> <input type="text" class="siimple-input siimple-input--fluid">
Found a mistake or want to help improve this documentation?
Suggest changes.