core icon indicating copy to clipboard operation
core copied to clipboard

Improve documentation for custom widgets and widget customization

Open alvarolm opened this issue 1 year ago • 2 comments

Describe the feature

I believe that proactively fomenting the users to write or customise their own widgets its a key feature(s) for usability and adoption of the framework, this would provide diversity of components over time and other benefits.

Beautiful work !

Relevant code

No response

alvarolm avatar Jul 30 '24 16:07 alvarolm

Yes, we have strong support for custom widgets and widget customization, and we are planning to write more documentation on that soon. For now, there is documentation on the advanced updating page.

kkoreilly avatar Jul 30 '24 17:07 kkoreilly

When I do this, I will also clean up the advanced updating page and maybe move some of it to other pages like an advanced plans page.

I will also add documentation for custom core.Value widgets and note that you need to use tree.Add* for adding children to them in their Init functions.

kkoreilly avatar Aug 14 '24 21:08 kkoreilly