@extends('layouts.vertical', ['pageTitle' => 'Badges']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle' => 'Badges', 'pageSubTitle1' => 'Design', 'pageSubTitle2' => 'UI Components', 'pageSubText' => 'Small and adaptive tag for adding context to just about any content.']) @endsection @section('content')
Using color to add meaning only provides a visual indication, which will not be conveyed to users of
assistive
technologies – such as screen readers. Ensure that information denoted by the color is either obvious from
the
content itself (e.g. the visible text), or is included through alternative means, such as additional text
hidden
with the .visually-hidden class.
Learn more about this component on bootstrap's official documentation
em units
em units
.btn-icon to place the badge.status
class.
Comes with three badge sizes .status-sm, .status-xs and the
default
.status. Comes in 3 colors, .status-danger,
.status-warning, and .status-success
.badge-pill modifier class to make badges more rounded (with a larger
border-radius and additional horizontal padding).
.badge-* class on a hyperlink element to convert it to actionable badges
with
hover and focus states
.badge-icon with a combination of other utility classes to create a link
badge. This class will auto turncate overflow giving you a nice clean look without any
hassle