Packages

Phoenix LiveView integration for Raxol. Render the same TEA app in web browsers with real-time updates, keyboard/mouse events, and themeable CSS.

Current section

Files

Jump to
raxol_liveview lib raxol live_view.ex
Raw

lib/raxol/live_view.ex

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