Forms
Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.
Bootstrap Forms documentationCustom file input
To animate file inputs, we use: File attach.
For file inputs, swap the .form-control
for .form-control-file
.
Pilled form
Use the .input-group-pill
modifier class to make forms more rounded (with a larger border-radius
and additional horizontal padding
).