I’m just curious: What HTML editor do you use to create the interface element code for switch, slider, progress bar etc. (Something like an UI HTML Generator)? Maybe I can embed some sort of analog meter display? Any recommendation except typing the stuff by myself?
Thank you for looking into this.
/Thomas
3 Answers
Hi Thomas.
We usually start with some basic examples and then, we modify the styling. The w3schools website provides some very good examples that are easy to modify:
- toggle switch: https://www.w3schools.com/howto/howto_css_switch.asp
- slider: https://www.w3schools.com/howto/howto_js_rangeslider.asp
- progress bar: https://www.w3schools.com/bootstrap/bootstrap_progressbars.asp
I hope this helps.
Regards,
Sara
Hi Sara,
thank you so much for your really helpful and super fast reply!
Best Regards,
Thomas