0.0.1-alpha.4 • Published 3 years ago

vue-lazy-aparat v0.0.1-alpha.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Vue Lazy Aparat

Work In Progress

install

yarn add vue-lazy-aparat # npm i vue-lazy-aparat

Usage

import LazyAparat from 'vue-lazy-aparat'
@import 'vue-lazy-aparat/dist/style.css';

Props

cover: {
  type: String,
  required: false,
  default: undefined,
},
coverFit: {
  type: String,
  required: false,
  default: 'cover',
},
videoHash: {
  type: String,
  required: true,
},
videoCaption: {
  type: String,
  required: false,
  default: '',
},
videoDuration: {
  type: String,
  required: false,
  default: '',
},
aspectRatio: {
  type: String,
  required: false,
  default: '16:9',
},
allowFullScreen: {
  type: Boolean,
  required: false,
  default: true,
},
mode: {
  type: String,
  required: false,
  default: 'cover',
},

Run The Playground

  1. Clone the repository
  2. Install dependencies
yarn install # or npm install
  1. Run dev
yarn dev # or npm run dev
0.0.1-alpha.4

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.1

3 years ago

0.0.1-alpha.0

3 years ago