1.2.5 • Published 4 years ago

vue3-player-video v1.2.5

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

vue3-player-video


VueJS TailwindCSS

NPM

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

Install

npm install vue3-player-video

Global

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

NameTypeDefaultDescription
srcstringrequiredSource file
autoplaybooleanfalseVideo played when component is load
loopbooleanfalse Play the video again
controlsbooleantrueDisplay controls
maskbooleantrueDisplay the mask on first load
hoverablebooleantrueDisplay the controls at the hover
colorsString, Array'#fbbf24', '#ec4899'Change colors components
themeStringbasicYou can change theme of component: basic, gradient
1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago