bootstrap-labels
v1.0.1
Published
Responsive Labels built with Bootstrap 5. Badge Labels are for counters, categories & tags. Floating labels refer to forms, and slider labels to the range.
Downloads
6
Maintainers
Readme
Responsive Labels built with Bootstrap 5. Badge Labels are for counters, categories & tags. Floating labels refer to forms, and slider labels to the range.
Check out Bootstrap Labels Documentation for detailed instructions & even more examples.
:warning: Important: The term "Bootstrap Label" is currently very ambiguous. Many different elements are colloquially referred to as "Labels" by some developers. We created this page to help you find the proper component that you are looking for. You will find more examples of each one in the main documentation pages that are linked below.
Badge Labels
The valid term for Labels in Bootstrap 5 is now Badges. Make sure to jump straight to the Badges documentation if you are looking for more examples & customization options for the component from the example below.
Use .badge
class to provide your visitors with highlighted, new or unread items by adding it to links, text navs, and more.
<h2>Example heading <span class="badge bg-primary">New</span></h2>
Floating Labels for Inputs
The term Label is now mainly used for the label
element describing the input fields in form. Make sure to jump straight to the Input fields documentation if you are looking for more examples & customization options for the component from the example below.
<div class="form-outline">
<input type="text" id="form12" class="form-control" />
<label class="form-label" for="form12">Example label</label>
</div>
How to use?
Download MDB 5 - free UI KIT
Choose your favourite customized component and click on the image
Copy & paste the code into your MDB project
▶️ Subscribe to YouTube channel for web development tutorials & resources