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
I know moko-widgets is still experimental, but it would be nice to see at least basic documentation with the description of the available elements and configuration options. The mandatory size parameter is not always clear to apply. An overview would be nice. Also a description about constraints would be helpful.
As far as I can see from the examples, constraints must be at the end of the container element and reference the elements by variables. But what if I create several elements in a for loop and immediately add them to a container? Is there a way to define constraints directly on the element itself after creation?
The text was updated successfully, but these errors were encountered:
hi!
agree, now documentation is very bad. it because first half of dev versions constantly was with api changes. now we got much more stable api and with release 0.1.0 we add more informative docs
something like https://github.com/icerockdev/moko-widgets/wiki/Widget-Gallery
and also samples of usage
it's good suggestion. i will try use https://github.com/Kotlin/dokka, but last time when i try it output site was not usable (ux was bad)...maybe now it better
I know moko-widgets is still experimental, but it would be nice to see at least basic documentation with the description of the available elements and configuration options. The mandatory
size
parameter is not always clear to apply. An overview would be nice. Also a description about constraints would be helpful.As far as I can see from the examples, constraints must be at the end of the container element and reference the elements by variables. But what if I create several elements in a for loop and immediately add them to a container? Is there a way to define constraints directly on the element itself after creation?
The text was updated successfully, but these errors were encountered: