GavinJoyce / ember-headlessui

https://gavinjoyce.github.io/ember-headlessui/
Other
92 stars 34 forks source link

Add shadow DOM support to the menu component #177

Open herzzanu opened 1 year ago

herzzanu commented 1 year ago

This PR starts implementing basic Shadow DOM support for the menu item component. It misses proper Shadow DOM tests and documentation which I'll be happy to add once I receive general approval from the addon's maintainers.

It covers the case where we want to wrap the entire ember application within a Shadow DOM, useful when we want to embed it within other web pages.