Current section
Files
Jump to
Current section
Files
lib/live_view_native/html.ex
defmodule LiveViewNative.HTML do
@moduledoc false
use LiveViewNative,
format: :html,
component: LiveViewNative.HTML.Component,
module_suffix: :HTML,
template_engine: Phoenix.LiveView.Engine,
test_client: %LiveViewNativeTest.HTML.TestClient{}
end