Modules
Run ExRatatui apps inside a
Phoenix LiveView.
Macro that turns the calling module into a Phoenix.LiveComponent
hosting an embedded TUI — the same module is both the component and
the ExRatatui.App it drives.
Macro that turns the calling module into a full-page TUI route — the
same module is both a Phoenix.LiveView and the ExRatatui.App that
drives it.
Encodes ExRatatui.CellSession.Diff payloads for transmission to the
browser via Phoenix.LiveView.push_event/3.
:telemetry integration for phoenix_ex_ratatui.
Connection-level helper that wires an ExRatatui.App to a
Phoenix.LiveView (or Phoenix.LiveComponent) over a freshly
constructed ExRatatui.CellSession.