-
Notifications
You must be signed in to change notification settings - Fork 2
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
Combine "selector" and "element" selectors #8
Comments
What is this issue about? @adioo @gabipetrovay @lcristianiim |
I thing it was something about not working the "element" selector. |
Ah, or maybe it's about using the |
Probably because they do a similar thing and having two names for the same thing would be redundant? |
Maybe it can also have positive influence. For example: |
@gabipetrovay No, no. {
"element": "my-element",
"selector": ".my-class",
"on": "click",
"flow": "event"
} ...which will add <div class="my-class"></div>
<span class="my-class"></span>
<span data-element="my-element"></span>
<button data-element="my-element"></button> |
No description provided.
The text was updated successfully, but these errors were encountered: