@vueframe/vueframe

3.0.9 • Public • Published


vueframe
vueframe

High performance, rich media embed components. For your site, built using Vue.

🚧 A Svelte Version is in the works

npm version License Donate

InstallationYouTubeVimeoCopyright & license

Installation

npm install @vueframe/vueframe@3

App.vue

<script setup>
  import { YouTube, Vimeo } from '@vueframe/vueframe'
</script>

Youtube

Usage

App.vue

<YouTube id="dCxSsr5xuL8" />

You can also pass in the full URL for the video

<YouTube id="https://youtu.be/dCxSsr5xuL8" />

Optional props

poster

<YouTube
  id="dCxSsr5xuL8"
  poster="//picsum.photos/1280/720"
/>

posterquality

Options: low, default, high, max

<YouTube
  id="dCxSsr5xuL8"
  posterquality="low"
/>

params

<YouTube
  id="dCxSsr5xuL8"
  params="controls=0&mute=1"
/>

title

<YouTube
  id="dCxSsr5xuL8"
  title="Nuxt in 100 Seconds"
/>

Vimeo

Usage

App.vue

<Vimeo id="32001208" />

You can also pass in the full URL for the video

<Vimeo id="https://vimeo.com/32001208" />

Optional props

poster

<Vimeo
  id="32001208"
  poster="//picsum.photos/1280/720"
/>

posterquality

Options: low, default, high, max

<Vimeo
  id="32001208"
  posterquality="low"
/>

params

This component does not currently support params

title

<Vimeo
  id="32001208"
  title="Earth"
/>

Copyright & license

Licensed under the MIT License, Copyright © 2024-present vueframe.

See LICENSE for more information.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.923latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.923
3.0.811
3.0.76
3.0.64
3.0.54
3.0.44
3.0.34
3.0.24
3.0.16
3.0.04
2.0.91
2.0.81
2.0.71
2.0.62
2.0.52
2.0.42
2.0.31
2.0.21
2.0.11
2.0.01
1.0.371
1.0.362
1.0.352
1.0.341
1.0.331
1.0.321
1.0.311
1.0.301
1.0.291
1.0.281
1.0.271
1.0.261
1.0.251
1.0.241
1.0.231
1.0.221
1.0.212
1.0.201
1.0.191
1.0.181
1.0.171
1.0.161
1.0.152
1.0.142
1.0.131
1.0.121
1.0.111
1.0.101
1.0.91
1.0.81
1.0.72
1.0.61
1.0.51
1.0.41
1.0.31
1.0.21
1.0.11
1.0.02

Package Sidebar

Install

npm i @vueframe/vueframe

Weekly Downloads

66

Version

3.0.9

License

MIT

Unpacked Size

13.1 kB

Total Files

5

Last publish

Collaborators

  • greenestgoat