Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Floating Labels

Bootstrap 5 Floating Labels

Floating labels insert the label inside the input field, and make them float/animate above the input field when you click on it.

Add the .form-floating class to the container, and place the <label> element AFTER the <input> element.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics