JSPM

react-hooks-player

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q20346F
  • License MIT

ui and audio tag wrapper for react

Package Exports

  • react-hooks-player

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-hooks-player) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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