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

Make it possible to add attributes to wrapper components #63

Merged
merged 1 commit into from
May 12, 2021

Conversation

JohnSundell
Copy link
Owner

When an attribute is added to a component that acts as a wrapper for an element-based component, that attribute is now added directly to the wrapped, underlying element. That makes it possible to append things like class names to existing, custom components.

When an attribute is added to a component that acts as a wrapper for an element-based
component, that attribute is now added directly to the wrapped, underlying element. That
makes it possible to append things like class names to existing, custom components.
@JohnSundell JohnSundell merged commit f4fd706 into master May 12, 2021
@JohnSundell JohnSundell deleted the appending-attributes-to-wrappers branch May 12, 2021 14:56
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

Successfully merging this pull request may close these issues.

1 participant