Drift BootStrap 4, HTML, jQuery
  • Overview
  • Installation and Setup
    • Setup
    • Folders and Files Structure
  • Stylesheets
    • Overview
    • Sass Variables
    • Layouts & Theme
    • Fonts
    • Colors
    • Margin & Paddings
    • Theme Customization
    • RTL Version
  • Components
    • Alerts
    • Badges
    • Breadcrumbs
    • Buttons
    • Button Group
    • Cards
    • Card Group
    • Collapse
    • Dropdowns
    • Input Group
    • Jumbotron
    • List Group
    • Navbar
    • Navs & Tabs
    • Pagination
    • Progress Bar
    • Scrollspy
    • Typography
  • Classic Version
    • Setup
    • Folders and Files Structure
    • Theme Customizaton
    • RTL Version
Powered by GitBook
On this page
  • Default Badge
  • Link Badge
  • Pill Badge

Was this helpful?

  1. Components

Badges

PreviousAlertsNextBreadcrumbs

Last updated 5 years ago

Was this helpful?

Default Badge

<span class="badge badge-primary">Primary</span>

Link Badge

<a href="javascript:void(0)" class="badge badge-primary">Primary</a>

Pill Badge

<span class="badge badge-pill badge-primary">Primary</span>