1.0.6 • Published 2 years ago

du-videocontrol v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago