@codesweetly/react-youtube-playlist
Advanced tools
Comparing version 0.0.40 to 0.1.1
{ | ||
"name": "@codesweetly/react-youtube-playlist", | ||
"version": "0.0.40", | ||
"version": "0.1.1", | ||
"description": "A React component for displaying YouTube video playlists on a web app. Create a beautiful gallery of YouTube videos that play with a lightbox", | ||
@@ -19,7 +19,4 @@ "homepage": "https://codesweetly.com", | ||
"video", | ||
"embed", | ||
"lightbox", | ||
"react-component", | ||
"youtube api", | ||
"youtube playlist" | ||
"docusaurus" | ||
], | ||
@@ -26,0 +23,0 @@ "repository": { |
# React YouTube Playlist | ||
> **⚠ WARNING: Don't use this package yet!** | ||
> **⚠ WARNING: Use with caution!** | ||
> This package is not stable. It still contains bugs! | ||
@@ -8,6 +8,24 @@ > The stable version will start at 1.0.0 | ||
A React component for displaying YouTube video playlists on a web app. Create a beautiful gallery of YouTube videos. | ||
![npm](https://img.shields.io/npm/v/@codesweetly/react-youtube-playlist) ![NPM](https://img.shields.io/npm/l/@codesweetly/react-youtube-playlist) | ||
## Installation | ||
Using npm: | ||
``` | ||
npm install @codesweetly/react-youtube-playlist | ||
``` | ||
Using yarn: | ||
``` | ||
yarn add @codesweetly/react-youtube-playlist | ||
``` | ||
## Usage | ||
```js | ||
import YouTubePlaylist from "react-youtube-playlist"; | ||
import YouTubePlaylist from "@codesweetly/react-youtube-playlist"; | ||
@@ -14,0 +32,0 @@ function App() { |
15249
40