Skip to content
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

Closed
wzup opened this issue Sep 3, 2016 · 3 comments
Closed

React implementation? #175

wzup opened this issue Sep 3, 2016 · 3 comments

Comments

@wzup
Copy link

wzup commented Sep 3, 2016

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?

@kylefox
Copy link
Owner

kylefox commented Sep 3, 2016

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!

@ddxtanx
Copy link

ddxtanx commented Aug 4, 2017

I use React, and I just add jQuery into my project and am able to run this code just fine!
Importing it is just like normal,

import $ from 'jquery';
import 'jquery-modal';

Then I can reference $.modal and $().modal wherever I want in my code.

@kylefox kylefox closed this as completed Oct 18, 2017
@vikingcodes
Copy link

Hi, when we using ($('#my-profile') as any).modal(); in ReactJs TypeScript. Events inside JqueryModel not working. Anybody faced similar problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants