-
Notifications
You must be signed in to change notification settings - Fork 58
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
Allow el configuration property to be the dom element #106
Comments
Thank you for your kind words! Indeed it is not possible to pass a single dom element as it is fairly inefficient. |
It is inefficient precisely because the event listeners have to be set for each DOM element separately, which for my specific use case is a big no-no. |
Thanks for your reply :) |
Hi!
I'm watching the codebase, and it seems that it is not possible to pass a dom element to the el property(selector).
it can be super useful if you want to use coloris with a framework like vue.
Thanks for your work, coloris have a very nice design!
The text was updated successfully, but these errors were encountered: