Videos

Learn how to add videos to your documentation.

Use the <Video /> component to display videos in your documentation. This components props extends the HTML <video> element.

Example

<Video muted autoPlay src="https://your-video-source.com/video.mp4" type="video/mp4" />