Packages

Enhance Phoenix LiveView with dynamic styling for responsive, interactive web applications.

Current section

Files

Jump to
liveview_styling lib liveview_styling.ex
Raw

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