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