New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-ive-tunes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ive-tunes

Have you got a new album? Want to see people's REACTions on it? Try ReactIveTunes NOW

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

react-ive-tunes

Have you got a new album? Want to see people's REACTions on it? Try ReactIveTunes NOW

NPM JavaScript Style Guide

Features

All the buttons you need:

  • play/pause
  • mute
  • volume
  • remove
  • add
  • previous
  • next
  • fullscreen

How to implement

Pass an array of strings to the dataSource attribute, strings which represent direct links to video/audio files. The canModifyQueue attribute shows/hides the add and remove buttons.

Install

npm install --save react-ive-tunes

Usage

import React, { Component } from 'react'

import ReactIveTunes from 'react-ive-tunes'

class Example extends Component {
  var videos = ["link1", "link2", "link3"];
  render () {
    return (
      <ReactIveTunes dataSource={videos} canModifyQueue={true} />
    )
  }
}

License

MIT © tomadimitrie ; taveeh

FAQs

Package last updated on 29 Mar 2019

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