Icon input group

INPUT GROUP BASIC

Place one add-on or button on either side of an input. You may also place one on both sides of an input.

@
@example.com
$ .00
$ 0.00
https://example.com/users/

SIZING

Add the relative form sizing classes to the .input-group itself and contents within will automatically resize—no need for repeating the form control size classes on each element.

@
@
@

MULTIPLE ADDONS

Multiple add-ons are supported and can be mixed with checkbox and radio input versions.

$
$ 0.00

BUTTON ADDONS

Buttons in input groups are a bit different and require one extra level of nesting. Instead of .input-group-addon, you'll need to use .input-group-btn to wrap the buttons. This is required due to default browser styles that cannot be overridden.

CHECKBOX AND RADIO ADDONS

Place any checkbox or radio option within an input group's addon instead of text.

ICON INPUT GROUP SIZING

Icon Left class .has-icon-left, Large Input class .addon-lg class for Large Icon

ICON INPUT GROUP SIZING & DROPDOWN

.fa-spinner class to spin the Icon
Icon Right class .input-right-icon & .fa-spinner class to spin the Icon