rat-iframe
v0.1.28
Published
iframe component for Rat.
Downloads
31
Readme
rat-iframe
组件介绍
rat 中的iframe组件。
API
参数 | 说明 | 类型 | 默认值 | 是否必填 ----- | ----- | ------ | ------ |------ | src | iframe | String | | 是 |
demo
import React from 'react';
import RatIframe from 'rat-video';
class App extends React.Component {
constructor(props) {
super(props);
}
render() {
return (
<div>
<RatIframe
src={'https://cloud.video.taobao.com/play/u/2780279213/p/1/e/6/t/1/d/ld/36255062.mp4'}
style={{width: 500, height: 500}}
>
</RatVideo>
</div>
)
}
}