saurabhnemade / react-twitter-embed

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

Add onLoaded callback to TweetEmbed #29

Closed teimurjan closed 5 years ago

teimurjan commented 5 years ago

There was no possibility to control isLoading status of TweetEmbed. Also, it was complicated to style #shadowRoot's childNodes. That's why I added the onLoaded prop, which gives you control over the loaded element.

saurabhnemade commented 5 years ago

@teimurjan Thanks. :) Will merge it today. :)