Good evening,
Recently i have been facing a small issue with the lack of pre made ui components in anvil. Especially for IOT.
Here’s a example of the ui components that i lack https://docs.arduino.cc/arduino-cloud/getting-started/dashboard-widgets
HOWEVER, I dont know if i am the only one facing this but i find this approach pretty neat to create the components yourself.
This project contains
- a custom component with a value property
- custom html, css and javascript. the html is purly using svg. (i am using a seperate html file since editing directly in the custom html form is buggy)
I plan to learn more about SVG so i will hopefully create some more ui components using this approach
Live demo:
https://shallow-cheery-gift.anvil.app
Copy of project:
Cheers!