31 lines
499 B
Markdown
31 lines
499 B
Markdown
# About
|
|
|
|
This Component allows you to add Youtube-Videos to your Svelte Project
|
|
|
|
The orginal Component template comes from [HERE](https://github.com/sveltejs/component-template)
|
|
|
|
|
|
---
|
|
|
|
# How to use it ?
|
|
|
|
Just
|
|
|
|
```bash
|
|
npm install --save-dev @sveltecasts/svelte-youtube
|
|
````
|
|
|
|
And in your Source Code under Script:
|
|
|
|
```
|
|
import Youtube from "@sveltecasts/svelte-youtube";
|
|
|
|
<Youtube videoId="..." />
|
|
```
|
|
|
|
|
|
# Btw
|
|
|
|
Here is a youtube video about this component:
|
|
|
|
https://www.youtube.com/watch?v=Ank3IdQHOuE |