saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
367 stars 66 forks source link

Making TwitterTweetEmbed draggable (in React) #47

Closed steve-alex closed 4 years ago

steve-alex commented 4 years ago

This is quite an open question and I hope the title explains itself. I am attempting to do this in quite a simple fashion with no success. Is there any way that this can be done?

{tweets.map(tweet => { return <TwitterTweetEmbed draggable onDrag={(e) => onDrag(e, tweet)} className="embeddedTweet" tweetId={tweet} onClick={console.log} /> })}