https://github.com/bmehder/sveltetube
https://github.com/bmehder/sveltetube
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmehder/sveltetube
- Owner: bmehder
- Created: 2022-11-25T12:03:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T12:04:03.000Z (over 3 years ago)
- Last Synced: 2025-06-20T17:21:38.652Z (about 1 year ago)
- Language: Svelte
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteTube
A Svelte component for Youtube videos.
## Props
- id: string = the Youtube video id
- color: string = the color of the play icon
- poster: string = override the default video poster image
- radius: string = the border radius value
- shadow: string = the box-shadow value
## Demo
[https://sveltetube-demo.vercel.app/](https://sveltetube-demo.vercel.app/)
# sveltetube