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 docs catalog_data layout tab_bar.exs
Raw

lib/raxol/docs/catalog_data/layout/tab_bar.exs

alias Raxol.Docs.ComponentCatalog.{Component, Example, Property}
%Component{
id: :tab_bar,
name: "Tab Bar",
module: Raxol.UI.Components.TabBar,
description: "Displays a set of tabs for switching between views.",
examples: [],
properties: [
# Properties like :tabs, :active_tab, :on_change expected via introspection
],
tags: ["layout", "navigation", "tabs"]
}