Skip to content

Hotfix - asWidget

Compare
Choose a tag to compare
@RobMayer RobMayer released this 08 Aug 16:06
· 32 commits to main since this release

added "asWidget" function so that you can add jsx directly to a Widget.setChild call.

const lb = new LayoutBox();
lb.setChild(asWidget(<text>SomeText</text>));