An open API service indexing awesome lists of open source software.

https://github.com/sam-parsons/dash-react

react/dash.js integration component
https://github.com/sam-parsons/dash-react

dashjs react react-testing-library typescript

Last synced: about 2 months ago
JSON representation

react/dash.js integration component

Awesome Lists containing this project

README

        

# dash-react v1.0

react/dash.js integration component - full DASH settings supportv1.1

## Install

```bash
npm install dash-react
```

## Usage

```js | pure
import React from 'react';
import DASH from 'dash-react';

class VideoPlayer extends React.Component {
render() {
return (

);
}
}

export default VideoPlayer;
```