![]() |
VOOZH | about |
Spectre Forms Input groups are used to categorize the form field for example personal details, billing details. If the user wants to attach text and button along with input, add the input-group class to the input container. Add the input-group-addon class to the text element and input-group-btn to the button element.
Forms Input groups classes:
Syntax:
<div class="input-group"> <span class="input-group-addon">...</span> <button class="input-group-btn">...</button> ... </div>
Example:
Output:
Reference: https://picturepan2.github.io/spectre/elements/forms.html#forms-input-groups