Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-thumbnail-player

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-thumbnail-player

An NPM package to make video thumbnails play / pause on hover and more.

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-thumbnail-player

A simple NPM package to make video thumbnails play / pause on hover and more in your react app.

JavaScript Style Guide

Installation

npm install --save react-thumbnail-player

Usage

import React, { Component } from "react";

import VideoThumbnail from "react-thumbnail-player";

export default class App extends Component {
  render() {
    return (
      <div>
        <VideoThumbnail
          title="Animated Cartoon"
          message="10M views"
          preview="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4"
          width={350}
          muted={true}
          badge="Live"
          badgeBg="blue"
          classname="customClassName"
        />

        <VideoThumbnail />
      </div>
    );
  }
}

Visit Docs

Want to contribute to our project?

Please check our issues here !

Note : If you are addressing an issue that requires modification of code, remember to execute the tests, using the command npm test. It ensures that things are working as they should.


License

GitHub license

This project is licensed under the MIT License, Copyright (c) 2020 Vikrant Bhat.


Let's Connect

Twitter Follow GitHub followers LinkedIn


forthebadge forthebadge forthebadge forthebadge

react-thumbnail-player

FAQs

Package last updated on 02 Aug 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc