# 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
color: should be on of supported colorspill: badge have round edgesclass: default classes generated by Badge.php (opens new window) component