A node in the declarative UI tree.
Elements are plain data — the Elixir analog of OpenTUI's construct VNodes.
Build them with the functions in Tuix.Components rather than directly.
Summary
Functions
Creates an element. props may be a keyword list or map. Children are
flattened and nils removed, so conditional children (if ...) and
comprehensions compose naturally.