Input

Give textual form controls like input upgrade with custom styles,sizing,focus states,and more.

Basic Inputs

eg.someone@example.com

Find helper text here for given textbox.

email@mazer.com

Input Styles

To set rounded border to input box,use .roundclass and to set square border to input box,use .sqaureclass alongwith .form-controlclass.

Horizontal Input

To make label in center of form-control,use .col-form-labelclass with <label>element. This is default bootstrap class.

File Input

Input with Icons

For Input Box with icon use .position-relativeclass with .form-groupand use class .has-icon-leftor .has-icon-rightclass for icon on left side.

Left Icon
Right Icon

Control Sizing Option

For different sizes of Input,Use classes like .form-control-lg&.form-control-smfor Large,Small input box.

Large
Default
Small

Input Validation States

You can indicate invalid and valid form fields with .is-invalidand .is-valid. Note that .invalid-feedbackis also supported with these classes.

This is valid state.
This is invalid state.