hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.27k stars 282 forks source link

💻 Use HTML Web components to create generic components #5492

Open jpelay opened 2 months ago

jpelay commented 2 months ago

One of the limitations we face with not having a front-end framework is that we tend to copy and paste HTML code all around our code base. One way to solve this is by using web components.

A nice first instance of this might be the dropdown.