-
Notifications
You must be signed in to change notification settings - Fork 663
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
React implementation? #175
Comments
Unfortunately I don't have or know of React implementation :( If you (or anyone else reading this thread) find a React port, please drop a comment and I'll link to it. Or, feel free to take a stab at creating a React component for it! |
I use React, and I just add jQuery into my project and am able to run this code just fine! import $ from 'jquery';
import 'jquery-modal'; Then I can reference |
Hi, when we using ($('#my-profile') as any).modal(); in ReactJs TypeScript. Events inside JqueryModel not working. Anybody faced similar problem ? |
You have good modals, I use them in my project. However I'd like to move the project on React. Do you have (or are you aware of) a React implementation of your modals?
The text was updated successfully, but these errors were encountered: