appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Support component children #32

Closed albertinator closed 4 years ago

albertinator commented 4 years ago

Be able to add your own custom player.

This is necessary if (for example) you want to use YouTube embed wrapper libraries, as illustrated in the test.

albertinator commented 4 years ago

@steelydylan @mkasumi would like to get your thoughts and review on this ability to optionally add children to override the underlying component displayed

mkasumi commented 4 years ago

Thanks! LGTM!