UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

14 lines (12 loc) 407 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>React Youtube Channel</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> </head> <body> <div id="root"></div> <script src="bundle.js"></script> </body> </html>