Packages

A package to make custom elements and Phoenix LiveView so happy together

Current section

Files

Jump to
live_elements lib live_elements.ex
Raw

lib/live_elements.ex

defmodule LiveElements do
@moduledoc """
Documentation for `LiveElements`.
"""
@doc """
Hello world.
## Examples
iex> LiveElements.hello()
:world
"""
def hello do
:world
end
end