We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as of now there is no way to do something like this —
<x-my-web-component something-awesome="whish this worked!" />
Can hyperscript support custom attributes as well? This is extremely useful when writing webcomponents.
Thanks!
The text was updated successfully, but these errors were encountered:
you should be able to do that since I merged this: #33
h('x-my-web-component', {attrs: {'something-awesome': 'wish this worked!'}})
with [email protected]
Sorry, something went wrong.
No branches or pull requests
as of now there is no way to do something like this —
Can hyperscript support custom attributes as well? This is extremely useful when writing webcomponents.
Thanks!
The text was updated successfully, but these errors were encountered: