View Source PhoenixHTMLHelpers (PhoenixHTMLHelpers v1.0.1)

Collection of helpers to generate and manipulate HTML contents.

These helpers were used in Phoenix v1.6 and earlier versions, before the introduction of Phoenix.Component.

Replace use Phoenix.HTML in your applications by:

import Phoenix.HTML
import Phoenix.HTML.Form
use PhoenixHTMLHelpers

To preserve backwards compatibility.