- Components
- Example Component
- Themes
- Example Theme
- Layouts
- Example Layout
- Atoms
- Buttons
- Colors
- Fonts
- Forms
- Images
- Tables
- Typography
- Molecules
- Alerts
- Badges
- Breadcrumbs
- Cards
- Carousel
- Pagination
- Panels
- Progress Bars
- Search
- Tabs
- Tooltips
- Organisms
- Footer
- Header
Badges
Small status descriptors for UI elements. Use badges to alert users to items that may need their attention.
Badge
<!-- Badge --> <span class="fa-stack fa-1x notify-badge" data-count="4"> <label>Inbox</label> </span>
Badge with Overlap
<!-- Badge with Overlap --> <span class="fa-stack fa-1x notify-badge overlap" data-count="2"> <i class="fa fa-circle fa-stack-2x icon-primary"></i> <i class="fa fa-user fa-stack-1x icon-not-white"></i> </span>