justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
587 stars 103 forks source link

Component should utilize {...props} #25

Closed joeyfigaro closed 7 years ago

joeyfigaro commented 7 years ago

...or support every attribute the audio tag can have. :)

Currently trying to add loop to ours.

joeyfigaro commented 7 years ago

@justinmc PR for your consideration: https://github.com/justinmc/react-audio-player/pull/26

justinmc commented 7 years ago

Closing with #26