Packages

Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.

Current section

Files

Jump to
raxol lib raxol view layout.ex
Raw

lib/raxol/view/layout.ex

defmodule Raxol.View.Layout do
@moduledoc """
Provides layout functions for Raxol views.
This module previously contained functions for creating layout components
that can be used in Raxol views.
These have been superseded by macros in `Raxol.View.Elements`.
"""
end