Small count and labeling component.
<StyleSheet StyleSheet="Framework.bootstrap.bootstrap.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Framework.bootstrap.Overrides.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Fonts.combined.css" /> <StyleSheet ShowModes="rdBrowser" StyleSheet="Framework.css.Layout.css" /> <IncludeScriptFile ID="jquery" IncludedScriptFile="Framework.bootstrap.jquery.min.js" /> <IncludeScriptFile ID="bootstrap" IncludedScriptFile="Framework.bootstrap.bootstrap.js"> <Note Note="Includes Bootstrap.min.js, Popper.js or tether.js" /> </IncludeScriptFile>
Easily highlight new or unread items by adding a <span class="badge"> to links, Bootstrap navs, and more.
<span class="badge">
<Label Caption="..." Class="badge" />
Badges scale to match the size of the immediate parent element by using relative font sizing and em units.
Highlight text within controls, list items and more.
Add any of the below mentioned modifier classes to change the appearance of a badge.
Use the .badge-pill modifier class to make badges more rounded (with a larger border-radius and additional horizontal padding). Useful if you miss the badges from v3.
.badge-pill
border-radius
padding
Add the badges component to any list group item and it will automatically be positioned on the right.