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/display/code_block.exs
alias Raxol.Docs.ComponentCatalog.{Component}
%Component{
id: :code_block,
name: "Code Block",
module: Raxol.UI.Components.CodeBlock,
description: "Displays a block of code with syntax highlighting.",
examples: [],
properties: [
# Properties :content, :language, :style, :class expected via introspection
],
tags: ["display", "code", "syntax highlighting"]
}