Incant. UI. Adapter behaviour
(incant v0.1.0)
Copy Markdown
Behaviour for Incant UI render adapters.
Adapters render semantic Incant UI nodes. They may delegate unsupported nodes to another adapter instead of advertising a global capability list.
Summary
Callbacks
@callback render(node :: struct(), env :: Incant.UI.Env.t()) :: Phoenix.LiveView.Rendered.t()