kissgyorgy / compone

Component framework for Python
MIT License
47 stars 0 forks source link

Implement the Element API for HTML components #1

Open kissgyorgy opened 1 year ago

kissgyorgy commented 1 year ago

Not sure if this is useful or needed, but would be cool to implement an API which matches the DOM API 1:1 so it would be familiar if someone knows that already: https://developer.mozilla.org/en-US/docs/Web/API/Element

kissgyorgy commented 5 months ago

Lots of properties cannot be implemented, because they only make sense in the context of a browser.