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 examples snippets showcase README.md
Raw

examples/snippets/showcase/README.md

# Showcase Examples
This directory contains showcase examples demonstrating real-world applications and integration with external systems.
## Examples
### Component Showcase
Demonstrates a wide variety of available Raxol components, layouts, and basic theming.
```elixir
mix run examples/showcase/component_showcase.exs | cat
```
### Architecture Demo
A simpler showcase demonstrating the core concepts: Components, Layout, and Theming.
```elixir
mix run examples/showcase/architecture_demo.exs | cat
```
### Progress Bar Demo
A comprehensive demo of progress indicators and loading states in Raxol applications.
```elixir
mix run examples/showcase/progress_bar_demo.exs | cat
```
### Cloud Integration
Demonstrates how to integrate Raxol with cloud services, showing API calls, data visualization, and asynchronous operations. (Note: This is a script, not a TUI app).
```elixir
mix run examples/showcase/cloud_integration.exs | cat
```
### Integrated Accessibility Demo
Shows how to integrate accessibility features into a Raxol application, including keyboard navigation, color contrast, and screen reader support.
```elixir
mix run examples/showcase/accessibility_demo.exs | cat
```