muxinc / next-video

The easiest way to add video in your Nextjs app.
https://next-video.dev
MIT License
858 stars 33 forks source link

Add styling documentation #286

Open ballermatic opened 3 months ago

ballermatic commented 3 months ago

Existing documentation shows passing props such as:

<Video
 src={myVideo}
 primaryColor='#fff'
 accentColor='#ff4714'>

However accentColor is not shown as a prop option in docs.