ReactantUI
ReactantUI copied to clipboard
Add virtual layouts.
Add <stack/>
and <grid/>
virtual layouts, which create no container by default.
<stack/>
has similar attributes as StackView, but no extra View is created
<grid/>
allows subviews to use attributes from grid:
namespace (grid:column="0"
etc.)