Skip to content

3qnexx/nexxPLAY-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

nexxPLAY for React

The React Wrapper for nexxPLAY allows full Usage of all supported iFrame Operations for nexxPLAY. All Mediatypes and Widgets are fully supported.

Getting Started

$ npm install nexxplay-react
import {NexxPLAY} from "nexxplay-react";

export default function PlayerTest{

  return (
    <div style={{width:"640px",height:"320px"}}>
      <NexxPLAY domain="999" mediaHash="ABCDEFG" streamtype="video" params="{{autoPlay:0}}" />
    </div>
  );

}

Resources

Please find all further Documentation and Usage Examples here.