@codesweetly/react-youtube-playlist
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@codesweetly/react-youtube-playlist", | ||
"version": "1.0.0", | ||
"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", | ||
"version": "1.0.1", | ||
"description": "An easy-to-use and responsive React component for displaying YouTube playlists on a web app.", | ||
"homepage": "https://codesweetly.com/react-youtube-playlist", | ||
@@ -6,0 +6,0 @@ "main": "./src/components/YouTubePlaylist.js", |
# React YouTube Playlist | ||
An easy to use and responsive React component for displaying YouTube playlists on a web app. Create a beautiful gallery of YouTube videos. | ||
An easy-to-use and responsive React component for displaying YouTube playlists on a web app. Create a beautiful gallery of YouTube videos. | ||
@@ -73,3 +73,3 @@ ![npm](https://img.shields.io/npm/v/@codesweetly/react-youtube-playlist) ![NPM](https://img.shields.io/npm/l/@codesweetly/react-youtube-playlist) | ||
Give the `<YouTubePlaylist>` instance a unique name. | ||
The `uniqueName` props is a string value that specifies a unique name for the `<YouTubePlaylist>` instance. | ||
@@ -79,3 +79,3 @@ **Note:** | ||
- No two `<YouTubePlaylist>` on a single page must have the same name. | ||
- Use the [HTML `id` attribute's naming convention](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) for the `uniqueName` prop. | ||
- Use the [HTML `id` attribute's naming convention](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) for the `uniqueName` props. | ||
@@ -82,0 +82,0 @@ </td> |
16597