You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI code as shown in demo example is more or less confusing, notably for beginner.
Same demo can be created like this, which syntax may be much more attractive and easier to grasp:
A style where people might deem more comfortable for writing code on a single line and saving some space, can be seen with MUI. Of course it's going to come down to preferences. But it does show that the VUI can be built on top of and further tailored to particular tastes with other libraries.
Regardless, do think this is an interesting idea, to increase clarity.
UI code as shown in demo example is more or less confusing, notably for beginner.
Same demo can be created like this, which syntax may be much more attractive and easier to grasp:
Maybe clearer yet could be adding widgets and containers like this (which don't work at the moment):
col.children << [txtbox1, txtbox2]
row.children << [col]
app.window.children << [row]
The text was updated successfully, but these errors were encountered: