View Source PetalComponentsWeb.A11yLive (petal_components v2.7.2)

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()

Summary

Functions

Link to this function

mount(params, session, socket)

View Source

Callback implementation for Phoenix.LiveView.mount/3.

Callback implementation for Phoenix.LiveView.render/1.