Skip to content

A React component for viewing videos/displaying the contents of a user's YouTube channel.

Notifications You must be signed in to change notification settings

AustinHunt/react-youtube-channel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage is as follows:

import YouTubeChannel from 'react-youtube-channel';

const App = () => {
  return (
    <YouTubeChannel
      width={640}
      height={390}
      api_key='YourGoogleApiKey'
      channel_id='YourYoutubeChannelID'
      show_thumbnails
    />
  )
}

Available Props

<YouTubeChannel
  api_key=""
  channel_id=""
  width={300}
  height={400}
  frame_border={0}
  iframe_style={''}
  show_thumbnails={true}
  iframe_container_class={''}
  video_list_container_class={''}
/>

About

A React component for viewing videos/displaying the contents of a user's YouTube channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 2.0%