Packages

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

Current section

Files

Jump to
pyraui lib pyraui.ex
Raw

lib/pyraui.ex

defmodule Pyraui do
@moduledoc """
PyraUI - A modular, reusable UI library for Phoenix LiveView applications.
Provides LiveView-compatible components that are composable, theme-ready,
and developer-friendly.
"""
@version "0.1.0"
def version, do: @version
end