Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 682 Bytes

File metadata and controls

31 lines (26 loc) · 682 Bytes

Video-Player made with ReactJS and Material-UI by FLEYreal!

See Showcase Website Showcase Image

Features

  • Play / Pause
  • Volume
  • Fullscreen
  • Mini-mode
  • Hints
  • Settings menu
  • Loop
  • Custom Speed
  • Timeline / Video Length
  • Hide / Show menu
  • Keybinds for all operations

Usage

<VideoPlayer
  src={video} // Source of the video
  sx={{ width: '100%' }} // SX is Advanced Styling from MUI
  keyHandler={{keyHandler}} // Key handler is a handler that allows to apply custom keys to player.
/>