Forms
Build forms for user inputs.
Most features in Xena rely on user input. The most used layout for forms in Xena is the form-horizontal. Please note the classes to make the form responsive.
Label
Form input with an illustrative icon.
Form input with an illustrative icon and link add-on.
Form input with an illustrative icon and button add-on.
The above additions can be used in different combinations.
Input group
Complex forms
Some form groups contains multiple inputs, like a delivery address. Notice the following example uses form-group-multiple, input-pair and control-container to handle this situation.
Another situation: Different filers and search features. Here we often use form-inline.
Other inputs
checkbox
Radiobuttons
Last updated