mderrick / react-html5video

A customizeable HTML5 Video React component with i18n and a11y.
http://mderrick.github.io/react-html5video/
MIT License
459 stars 123 forks source link

Make className extendable #54

Closed adamcbrewer closed 8 years ago

adamcbrewer commented 8 years ago

Would be really nice to be able to pass in a custom className to extend the component's one.

mderrick commented 8 years ago

You can already do this like so.

adamcbrewer commented 8 years ago

My mistake! Thanks!