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
- Host: GitHub
- URL: https://github.com/sam-parsons/dash-react
- Owner: sam-parsons
- Created: 2020-12-24T05:08:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T04:47:13.000Z (over 4 years ago)
- Last Synced: 2025-01-21T17:34:51.003Z (3 months ago)
- Topics: dashjs, react, react-testing-library, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/dash-react
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```