react-hooks-player
v1.0.4
Published
ui and audio tag wrapper for react
Downloads
4
Maintainers
Readme
react-hooks-player
try it here =)
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