LoadingSpinner

There would be a loading spinner to display before the video is loaded.

Current Time 0:00
/
Duration Time 0:00
Progress: NaN%
import React from 'react';
import { Player, LoadingSpinner } from 'video-react';

export default props => {
  return (
    <Player src="http://peach.themazzone.com/durian/movies/sintel-1024-surround.mp4">
      <LoadingSpinner />
    </Player>
  );
};

Properties

LoadingSpinner.propTypes = {

  // no customizable properties

}