Raxol.View.Components (Raxol v2.0.1)
View SourceBasic view components for Raxol UI rendering.
This module provides fundamental components for building terminal UIs, including text, boxes, rows, columns, and other layout elements.
Summary
Functions
Creates a box component.
Creates a button component.
Creates a checkbox component.
Creates a column layout component.
Creates a container component with optional scrolling.
Creates a divider component.
Creates an input field component.
Creates a label component.
Creates a list component.
Creates a modal component.
Creates a progress bar component.
Creates a radio button group component.
Creates a row layout component.
Creates a select/dropdown component.
Creates a spacer component.
Helper to wrap content in a styled span.
Creates a table component.
Creates a tabs component.
Creates a text component with the given content.
Creates a textarea component.
Functions
Creates a box component.
Creates a button component.
Creates a checkbox component.
Creates a column layout component.
Creates a container component with optional scrolling.
Creates a divider component.
Creates an input field component.
Creates a label component.
Creates a list component.
Creates a modal component.
Creates a progress bar component.
Creates a radio button group component.
Creates a row layout component.
Creates a select/dropdown component.
Creates a spacer component.
Helper to wrap content in a styled span.
Creates a table component.
Creates a tabs component.
Creates a text component with the given content.
Options
:content- The text content to display:style- Optional style attributes:id- Optional component identifier
Creates a textarea component.