Where can I find a complete tutorial for dash_html_components?

Hi,
Just wondering is there a place that I can fully learn how to use dash_html_components? I tried the plotly-dash official website (https://dash.plotly.com/dash-html-components/), however it is quite brief, and does not provide any examples, so I am looking for some example videos or better tutorial about how to use dash_html_components. Please let me know if there anything available.

Many thanks

A

The best reference for HTML components is MDN: https://developer.mozilla.org/en-US/docs/Web/HTML. The MDN tutorials cover writing HTML from scratch (like <div></div>) and so the syntax is slightly different. However, the tags are the same and so are the properties.

Thanks @chriddyp, I will have a look that website.

Cheers