# Badge

Usage

<x-dashboard::badge color="primary" :pill="false">
    Text
</x-dashboard::badge>

Customize

Copy badge.blade.php (opens new window) to your dashboard theme under same structure /resources/views/components/badge.blade.php

Available parameters

  1. color: should be on of supported colors
  2. pill: badge have round edges
  3. class: default classes generated by Badge.php (opens new window) component