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 page_controller.ex
Raw

lib/hyper_ui_web/controllers/page_controller.ex

defmodule HyperUIWeb.PageController do
use Phoenix.Controller, otp_app: :hyper_ui, formats: [:html]
def index(conn, _params) do
text(conn, "HyperUI Component Library - Visit /storybook for the interactive components.")
end
end