robbestad / react-iframe

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

I can't set style #12

Closed wusb closed 7 years ago

wusb commented 7 years ago

when I set style={{color: '#ddd'}} it can't work <Iframe url={day.desc_url} width="100%" height="600px" style={{color: '#ddd'}} position="relative" allowFullScreen/>

robbestad commented 7 years ago

It's styles and not style, but I'll make a release shortly that adds an alias for styleas well

wusb commented 7 years ago

Oh,I made such a low mistake. Thanks!