Raxol.View.Elements (Raxol v2.6.0)

View Source

Backward-compatibility shim for view elements.

All functions and macros delegate to Raxol.Core.Renderer.View, which is the canonical View DSL. Prefer importing View directly in new code.

Summary

Functions

border(view, opts \\ [])

box(opts \\ [])

box(opts, list)

(macro)

button(text, opts \\ [])

checkbox(label, opts \\ [])

column(opts \\ [])

column(opts, list)

(macro)

flex(constraints)

label(opts \\ [])

panel(opts \\ [])

row(opts \\ [])

row(opts, list)

(macro)

scroll(view, opts \\ [])

shadow(opts \\ [])

table(opts \\ [])

text(content, opts \\ [])

text_input(opts \\ [])