Badge
Badges are used to add additional information to any content.
Badge on Avatar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="badge-box">
<img
class="avatar-round avatar-md"
src="https://bit.ly/dan-abramov"
alt=""
/>
<span class="badge badge-online"></span>
</div>
<div class="badge-box">
<img
class="avatar-round avatar-md"
src="https://bit.ly/dan-abramov"
alt=""
/>
<span class="badge badge-offline"></span>
</div>
<div class="badge-box">
<img
class="avatar-round avatar-md"
src="https://bit.ly/dan-abramov"
alt=""
/>
<span class="badge badge-notification">12</span>
</div>
Badge on Icon
12
12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="badge-box">
<i class="fa fa-3x fa-bell"></i>
<span class="badge badge-notification">12</span>
</div>
<div class="badge-box">
<i class="fa fa-3x fa-bell"></i>
<span class="badge badge-notification">12</span>
</div>