Guest User

Untitled

a guest
Dec 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import React from 'react';
  2. import { Player } from 'video-react';
  3.  
  4. export default (props) => {
  5. return (
  6. <Player
  7. playsInline
  8. src="http://cdnv2.ec.cx/RedeCanais/RedeCanais/RCServer01/videos/STHPRKT02EP01.mp4"
  9. />
  10. );
  11. };
Add Comment
Please, Sign In to add comment