Packages

A comprehensive Phoenix LiveView component library based on HyperUI Tailwind CSS components.

Retired package: Release invalid - Package has a breaking bug

Current section

Files

Jump to
hyper_ui lib hyper_ui_web controllers error_html.ex
Raw

lib/hyper_ui_web/controllers/error_html.ex

defmodule HyperUIWeb.ErrorHTML do
def render(template, _assigns) do
Phoenix.Controller.status_message_from_template(template)
end
end