Raxol.UI.Components.Input.MultiLineInput.RenderHelper (Raxol v0.3.0)

View Source

UI adapter for MultiLineInput's RenderHelper. Delegates to the implementation in Raxol.Components.Input.MultiLineInput.RenderHelper.

Summary

Functions

Renders the multi-line input component with proper styling based on the state. Returns a grid of cell data for the visible portion of text.

Functions

render(state, context, theme)

Renders the multi-line input component with proper styling based on the state. Returns a grid of cell data for the visible portion of text.

Delegates to the implementation in Raxol.Components.Input.MultiLineInput.RenderHelper.

Parameters

  • state: The MultiLineInput state
  • context: The render context
  • theme: The theme containing style information