Current section
Files
Jump to
Current section
Files
lib/moon_live_view/live_component.ex
defmodule MoonLiveView.LiveComponent do
@moduledoc "Some library-common helpers and functions adding over Phoenix.LiveComponent"
defmacro __using__(opts \\ []) do
quote do
use Phoenix.LiveComponent, unquote(opts)
end
end
end