Required. Form elements should be wrapped in a <form><div class="ae-form-field"></div></form>
to ensure that proper semantics are followed. This also ensures proper styling is applied. See http://w3c.github.io/html/semantics.html#forms.
Input Type | Demo | Usage |
---|---|---|
text |
Alphanumeric | |
number |
Numeric | |
email |
user@email.com | |
url |
http:// | |
search |
Alphanumeric | |
date |
MM/DD/YYY | |
time |
HH:MM AM/PM | |
month |
Month YYYY | |
color |
Color picker | |
range |
Range | |
<textarea></textarea> |
Specify value for |
Size | Demo | Usage |
---|---|---|
Small | .ae-input-sm |
|
Medium | .ae-input-md |
|
Large | .ae-input-lg |
Add checked
attribute to set default selected. Using label
will activate the radio upon clicking the text beside it. See Forms in Molecules.
Express UI uses Font Awesome icons and CSS to style checkboxes and radio buttons.
Add input-size
in select
to change select form height and font size.
Source:https://proto.io/freebies/onoff/