Put them in ux package. Let's you easily create buttons, lists, data binding, etc.
Also have theme which details all the default values for all the component options
ux.Button{opts...} ux.Buildable with has Build which returns a type (ux.ButtonBase) which implements HasComponent so you can pass Buildable or a built version as a child to another
Put them in ux package. Let's you easily create buttons, lists, data binding, etc.
Also have theme which details all the default values for all the component options
ux.Button{opts...} ux.Buildable with has Build which returns a type (ux.ButtonBase) which implements HasComponent so you can pass Buildable or a built version as a child to another