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
Current section
Files
lib/raxol/docs/catalog_data/layout/modal.exs
alias Raxol.Docs.ComponentCatalog.{Component}
%Component{
id: :modal,
name: "Modal",
module: Raxol.UI.Components.Modal,
description: "Displays content in a layer above the main application.",
examples: [],
properties: [
# Properties like :show, :on_close, content expected via introspection
],
tags: ["layout", "overlay", "dialog", "popup"]
}