# `PgFlowDashboard.Components.StatusBadge`
[🔗](https://github.com/agoodway/pgflow/blob/v0.1.0/lib/pgflow_dashboard/components/status_badge.ex#L1)

Status badge component with WCAG AA compliant colors.

# `status_badge`

Renders a status badge.

## Attributes

  * `:status` - The status to display (completed, failed, started, created)
  * `:size` - Badge size (:sm, :md, :lg). Default: :md
  * `:pulse` - Whether to show pulse animation for active states. Default: false

## Attributes

* `status` (`:any`) (required)
* `size` (`:atom`) - Defaults to `:md`.
* `pulse` (`:boolean`) - Defaults to `false`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
