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

Health status badge component for workers.

# `health_badge`

Renders a health status badge.

## Attributes

  * `:status` - The health status ("healthy", "stale", "dead")
  * `:size` - Badge size (:sm, :md). Default: :md

## Attributes

* `status` (`:string`) (required)
* `size` (`:atom`) - Defaults to `:md`. Must be one of `:sm`, or `:md`.

---

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