Packages

PyraUI is a Phoenix LiveView component library delivering production-ready, premium UI building blocks.

Current section

Files

Jump to
pyraui lib pyraui_web controllers page_controller.ex
Raw

lib/pyraui_web/controllers/page_controller.ex

defmodule PyrauiWeb.PageController do
use PyrauiWeb, :controller
def home(conn, _params) do
render(conn, :home)
end
end