WEM is a no-code application development platform. Asked to work on widgets for a client, I entered the ecosystem.
Conditionals in WEMscript that I wrote (with CSS):
<? if (@A > @B) then ?>transform: rotateY(180deg);<? end ?>
Using MacOS with a Chrome browser, the most annoying thing I encountered was not being able to confidently cut/copy/paste (these) code snippets inside the WEM V3 widget editor. Which meant all characters had to be typed in manually! Tip: use another browser.
References:
- Video training to build your first application (go to: Training): https://my.wem.io/
- Documentation for understanding Widgets: https://wem.io/documentation/reference/wemscript
- Examples: https://widgets.live.wem.io/
- Forum: https://my.wem.io/forum?categoryid=15
Top comments (0)