visualizer
visualizer copied to clipboard
Improve button module
Allow buttons based on images. The images should be base64 encoded or urlEncoded
States:
- on
- off
- hover (could be hover on or hover off in case of toggle buttons ?). Could be done in the future
- clicking (only valid for press button and not toggle buttons). Could be done in the future
Could we just use some alpha change to simulate pressed button ? Seems difficult.