cheng-alvin / durian.js

Durian.js is a lightweight Javascript framework that allows for custom HTML tag to create interactive components for large applications! Easy to learn, light and fun to develop with!
MIT License
2 stars 2 forks source link

13 allow opt ining into using shadowroot while rendering components #14

Closed cheng-alvin closed 10 months ago

cheng-alvin commented 10 months ago

Hello! This is the development branch of issue number #13, this feature allows for optional usage of the shadow dom when rendering components to the screen. For more information about this feature's design, implementation and syntax, please review issue #13 as mentioned above.

Thank you!

cheng-alvin commented 10 months ago

This pull request seems to be invalid, this is because that the durian framework is mostly build on shadow roots and changing this behaviour could be problematic!