react-hooks-player

1.0.4 • Public • Published

react-hooks-player

alt player

try it here =)

NPM NPM NPM

Install

npm install --save react-hooks-player

Usage

import React from 'react'
import Player from 'react-hooks-player'
 
const App = () => {
  return (
    <Player 
      url={}             //required
      title={}           //required
      color={}           //default: '#9582ab'
      background={}      //default: 'white'
      volumeControls={}  //default: false
      height={}          //default: 50
    />
  )
}

License

MIT © vault-developer

Package Sidebar

Install

npm i react-hooks-player

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

1.27 MB

Total Files

34

Last publish

Collaborators

  • vault-developer