-
Notifications
You must be signed in to change notification settings - Fork 770
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
No longer actively maintained #276
Comments
Checkout this little component for a vanilla equivilent: thephuse.github.io/vanilla-modal/ |
i know that there are some alternatives but i was thinking more about port of current Remodal. |
@studio404pl it would be good to see Remodal developed dependency free, looking over the code @vodkabears doesn't rely on jQuery or Zepto that much, maybe it is worth creating some wrapper functions and serving it up in Vanilla, it is still the best modal components (imo) available. |
@panoply - I agree about it being the best one out there, have used this in countless projects and glad I don't have to write this each time! I'd hate to see this fall by the wayside. Happy to help keep it going, remove deps, etc. |
@joshcanhelp Same here. |
@panoply @joshcanhelp @dcress Hey guys, I've started on converting Remodal to plain JS here: https://github.com/danielpost/Remodal/tree/plain-js (working in dist now for easy testing, will clean up later). However, I'm way out of my depth so please feel free to help! |
@danielpost I have a look tonight. Are you going to dev in any particular pattern? |
@panoply Right now I was just trying to convert any jQuery functions to plain JS alternatives, but I'm open to any suggestions. My JS knowledge is pretty terrible haha. |
I feel sad to know that this plugin is no longer actively maintained. What's the solution of this? Get more maintainers? Open a patreon donation account? Or by forking this into a new lib? |
In regards to @panoply's post above … The link to Vanilla Modal is broken: |
Hi,
just wanted to ask if you have some plans to develop current remodal alternative without jquery dependencies?
Thanks.
The text was updated successfully, but these errors were encountered: