2.0.0 • Published 10 months ago

nexxplay-react v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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 React from 'react';
import {NexxPLAY} from "nexxplay-react";

class test extends React.Component{

	render(){
		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.

2.0.0

10 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago