1.0.6 • Published 3 years ago

du-videocontrol v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

视频播放控制组件

React 视频播放器控制组件

主要功能

  • 替代video标签默认的控制样式
  • ---未完待续

参数

属性描述
url视频链接
className类名
style自定义样式

使用方式

例子:

import ImageItem from 'du-videocontrol'; // 导入模块
import 'du-videocontrol/lib/index.min.css'; // 导入样式

...
 <VideoControl style={{width: 300, height: 300}} url='https://www.w3schools.com/html/movie.mp4'/>
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago