Elementa icon indicating copy to clipboard operation
Elementa copied to clipboard

Encourage use of `by` instead of `=`

Open Johni0702 opened this issue 3 years ago • 0 comments

Using val example by UIExampleComponent() instead of val example = UIExampleComponent() has the huge advantage that the inspector can show the name of the component. We should explain this in the docs somewhere, and consistently make use of it in all example code.

Johni0702 avatar Apr 14 '22 09:04 Johni0702