Re: Quick poll for Jewel Button

2018-03-02 Thread Carlos Rovira
Ok, so for now, I'll go with Basic inheritance and will follow naming conventions. Then we can have a Jewel-Express set... thanks for your advice Carlos 2018-03-02 21:19 GMT+01:00 Alex Harui : > The reason for a separate Button vs TextButton is that there are (or will > be) lots of buttons tha

Re: Quick poll for Jewel Button

2018-03-02 Thread Alex Harui
The reason for a separate Button vs TextButton is that there are (or will be) lots of buttons that never have text so there is no point to creating text elements/nodes for them. Such as the up/down in NumericStepper, play/record/pause in Video/Audio components, bold/italic/underline in a Rich Text

Re: Quick poll for Jewel Button

2018-03-02 Thread Piotr Zarzycki
Hi Carlos, In my opinion the simpler it is the better. If you can provide simple component, that should be user responsibility create using beads/css or other items more sophisticated things. OR we could do this in a separate module. I agree with the idea to do not repeat large and heavy componen