# `PetalComponentsWeb.A11yLive`
[🔗](https://github.com/petalframework/petal_components/blob/v3.2.0/lib/petal_components_web/a11y_live.ex#L1)

A LiveView to test the accessibility of Petal Components using `:a11y_audit`.

It's worth noting that this view is ugly because classes defined with @apply
are not able to be processed for Phoenix Playground at this time (as far as I can tell).

To run locally:
$ iex -S mix
iex> Run.playground()

# `mount`

# `render`

---

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