1.2.5 • Published 5 years ago
vue3-player-video v1.2.5
vue3-player-video
A modern, visual video player for Vue3. It will bring your videos to life with a customizable and powerful player!
If you have a problem, don't hesitate to create an issue :)
Exemple
- Live demo 🎉 (coming soon !)
- Code demo 🎈 (coming soon !)
Install
npm install vue3-player-videoGlobal
import Vue from 'vue'
import VuePlayerVideo from 'vue3-player-video'
Vue.use(VuePlayerVideo, /* { default options with global component } */)Local registration
import VuePlayerVideo from 'vue3-player-video'
export default {
components: {
VuePlayerVideo
}
}Props
| Name | Type | Default | Description |
|---|---|---|---|
| src | string | required | Source file |
| autoplay | boolean | false | Video played when component is load |
| loop | boolean | false | Play the video again |
| controls | boolean | true | Display controls |
| mask | boolean | true | Display the mask on first load |
| hoverable | boolean | true | Display the controls at the hover |
| colors | String, Array | '#fbbf24', '#ec4899' | Change colors components |
| theme | String | basic | You can change theme of component: basic, gradient |
1.2.5
5 years ago
1.2.4
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.4
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
