API Reference kino_phoenix_live_view v0.1.0

Modules

Provides a simple interface for launching a Phoenix LiveView within a Kino widget.

The main application module for the Kino Phoenix LiveView integration.

A dynamic LiveView module that delegates all callbacks to another LiveView.

A plug that dynamically sets the root layout for Phoenix controllers.

A plug that dynamically dispatches requests to a router defined in the application configuration.

A minimal error view module for rendering error messages.

Provides a Kino JavaScript widget that embeds a Phoenix LiveView endpoint inside an iframe. This module leverages Kino.JS to render an iframe in the notebook.

Defines the HTML layout for the Phoenix LiveView embedded in a Kino iframe.

A Phoenix endpoint that serves as the proxy for the Kino Phoenix LiveView.

Defines the router for the Kino Phoenix LiveView proxy.

The default LiveView for KinoPhoenixLiveview, used both to verify LiveView interactions and to guide developers on how to customize the integration.