robbestad / react-iframe

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

Howto set id or className? #15

Closed jhartma closed 6 years ago

jhartma commented 7 years ago

In my component, trying

  <Iframe
    allowFullScreen
    className="editor-frame"
    id="editor-frame"
    height="100%"
    position="relative"
    url={url}
    width="100%"
  />

does not work

robbestad commented 6 years ago

Both className and id is now verified working