An open API service indexing awesome lists of open source software.

https://github.com/bmehder/sveltetube


https://github.com/bmehder/sveltetube

Last synced: about 1 year ago
JSON representation

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