You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d find that useful because I’m not using MicroModal.init(). Instead I put MicroModal.open() on the onclick of my buttons. Right now I have to do something like MicroModal.open(<target>, microModalDefaults), where microModalDefaults is a global variable.
If you like the idea please let me know and I may work on a Pull Request.
The text was updated successfully, but these errors were encountered:
Great library, y’all 🙌
I propose we add something like:
I’d find that useful because I’m not using
MicroModal.init()
. Instead I putMicroModal.open()
on theonclick
of my buttons. Right now I have to do something likeMicroModal.open(<target>, microModalDefaults)
, wheremicroModalDefaults
is a global variable.If you like the idea please let me know and I may work on a Pull Request.
The text was updated successfully, but these errors were encountered: