Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
Wrap any text and an optional dismiss button in .alert
and one of the four contextual classes (e.g., .alert-success
) for basic alert messages.
Use the .alert-link
utility class to quickly provide matching colored links within any alert.
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
Add .progress-xs
, .progress-s
, .progress-m
, .progress-l
or .progress-xl
to resize the badges.
Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.
Add .pagination-theme
to color paginator with theme color .pagination-sm
for additional sizes.
Links are customizable for different circumstances. Use .disabled
for unclickable links and .active
to indicate the current page.
Add .pagination-lg
or .pagination-sm
for additional sizes.
.pagination-lg
.pagination-sm
Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines.
Easily shape images by adding a .img-rounded .img-circle .img-thumbnail
to your images.
Easily create text labels adding a <span class="label">
to your code.
Add .label-inset
to the label.
Add .label-xs
, .label-s
, .label-m
, .label-l
or .label-xl
to resize the labels.
Easily highlight new or unread items by adding a <span class="badge">
to links, Bootstrap navs, and more.
Add .badge-xs
, .badge-s
, .badge-m
, .badge-l
or .badge-xl
to resize the badges.
Easily create wells by adding a <div class="well">
Add .well-lg
to make it larger
Add .well-sm
to make it smaller
List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.
The most basic list group is simply an unordered list with list items, and the proper classes. Build upon it with the options that follow, or your own CSS as needed.
Add the badges component to any list group item and it will automatically be positioned on the right.
Linkify list group items by using anchor tags instead of list items (that also means a parent div
instead of an ul
). No need for individual parents around each element.
Add .disabled
to a .list-group-item
to gray it out to appear disabled.
Use contextual classes to style list items, default or linked. Also includes .active
state.