2.0.4 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseWithin LiveView and HTML apps, Phoenix.View
has fallen out of fashion in favor
of Phoenix.Component
. See the "Replaced by Phoenix.Component
" section
in the Phoenix.View
module documentation for more information and migration steps (if desired).
If you want to render other formats, such as XML, Phoenix.View
may still be
a useful addition to your projects.
You can install phoenix_view
by adding it to your list of dependencies in mix.exs
:
def deps do
[
{:phoenix_view, "~> 2.0"}
]
end