Socket
Socket
Sign inDemoInstall

react-playable

Package Overview
Dependencies
72
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-playable

React wrapper for playable


Version published
Maintainers
3
Install size
71.2 MB
Created

Readme

Source

react-playable

React wrapper for playable

Instalation

npm install react-playable

Usage

import ReactPlayable from 'react-playable';

function App() {
  return (
    <ReactPlayable
      width={760}
      height={428}
      title="MY VIDEO!"
      src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"
    />
  );
}

See code for component props datails

You can play with demo here

Keywords

FAQs

Last updated on 13 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc