Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement named slots #3

Open
ChristianUlbrich opened this issue Feb 6, 2020 · 0 comments
Open

Implement named slots #3

ChristianUlbrich opened this issue Feb 6, 2020 · 0 comments

Comments

@ChristianUlbrich
Copy link
Member

Slots can have names; those need to be reflected to the wrapped element.

For this to work, I think you need to figure out the slots of the wrapped element; that could be done by rendering it invisible / offscreen to get an actual implementation. Maybe we need to monkey-patch all DOM-adding functions, to sniff for <slot> elements...

However if a component is dynamically adding slots, we are out of luck...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant