robbestad / react-iframe

Simple solution for using iframes in React
ISC License
436 stars 79 forks source link

add-optional-id-to-props-iframe #14

Closed ados1991 closed 7 years ago

ados1991 commented 7 years ago

it's is for to do some actions on iframe identified by id. eg: with jquery $('iframe#id').load(function() { callback(this); });

seanchambo commented 7 years ago

:+1: