react-iframe

609 阅读1分钟
import Iframe from 'react-iframe'

<Iframe url="http://www.youtube.com/embed/xDMP3i36naA"
        width="450px"
        height="450px"
        id="myId"
        className="myClassname"
        display="initial"
        position="relative"/>

来源链接:www.npmjs.com/package/rea…