Packages
liveview_styling
0.1.0
Enhance Phoenix LiveView with dynamic styling for responsive, interactive web applications.
Current section
Files
Jump to
Current section
Files
lib/liveview_styling.ex
defmodule LiveviewStyling do
@moduledoc """
Documentation for `LiveviewStyling`.
"""
@doc """
Hello world.
## Examples
iex> LiveviewStyling.hello()
:world
"""
def hello do
:world
end
end